Home
last modified time | relevance | path

Searched refs:COMPATIBLE_LANGOPT (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DLangOptions.def19 // COMPATIBLE_LANGOPT: for options that affect the construction of the AST in
38 #ifndef COMPATIBLE_LANGOPT
39 # define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \
45 COMPATIBLE_LANGOPT(Name, Bits, Default, Description)
130 COMPATIBLE_LANGOPT(ModulesDeclUse , 1, 0, "require declaration of module uses")
132 COMPATIBLE_LANGOPT(ModulesStrictDeclUse, 1, 0, "require declaration of module uses and all headers …
135 COMPATIBLE_LANGOPT(ModulesLocalVisibility, 1, 0, "local submodule visibility")
136 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
137 COMPATIBLE_LANGOPT(OptimizeSize , 1, 0, "__OPTIMIZE_SIZE__ predefined macro")
146 COMPATIBLE_LANGOPT(NoInlineDefine , 1, 0, "__NO_INLINE__ predefined macro")
[all …]
/external/clang/lib/Serialization/
DASTReader.cpp211 #define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro