clang 22.0.0git
ARC.cpp
Go to the documentation of this file.
1//===--- ARC.cpp - Implement ARC target feature support -------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9// This file implements ARC TargetInfo objects.
10//
11//===----------------------------------------------------------------------===//
12
13#include "ARC.h"
16
17using namespace clang;
18using namespace clang::targets;
19
21 MacroBuilder &Builder) const {
22 Builder.defineMacro("__arc__");
23}
Defines enum values for all the target-independent builtin functions.
Defines the clang::MacroBuilder utility class.
Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...
void getTargetDefines(const LangOptions &Opts, MacroBuilder &Builder) const override
===-— Other target property query methods -----------------------—===//
Definition ARC.cpp:20
The JSON file list parser is used to communicate input to InstallAPI.