16 using namespace clang;
Defines the clang::MacroBuilder utility class.
void getArchDefines(const LangOptions &Opts, MacroBuilder &Builder) const
Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...
ArrayRef< const char * > getGCCRegNames() const override
ArrayRef< TargetInfo::GCCRegAlias > getGCCRegAliases() const override
Dataflow Directional Tag Classes.
void defineMacro(const Twine &Name, const Twine &Value="1")
Append a #define line for macro of the form "\#define Name Value\n".