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
42 #ifndef COMPATIBLE_LANGOPT
43 # define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \
49 COMPATIBLE_LANGOPT(Name, Bits, Default, Description)
146 COMPATIBLE_LANGOPT(ModulesDeclUse , 1, 0, "require declaration of module uses")
148 COMPATIBLE_LANGOPT(ModulesStrictDeclUse, 1, 0, "requiring declaration of module uses and all header…
151 COMPATIBLE_LANGOPT(ModulesLocalVisibility, 1, 0, "local submodule visibility")
152 COMPATIBLE_LANGOPT(Optimize , 1, 0, "__OPTIMIZE__ predefined macro")
153 COMPATIBLE_LANGOPT(OptimizeSize , 1, 0, "__OPTIMIZE_SIZE__ predefined macro")
154 COMPATIBLE_LANGOPT(Static , 1, 0, "__STATIC__ predefined macro (as opposed to __DYNAMIC_…
[all …]
/external/clang/lib/Serialization/
DASTReader.cpp212 #define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro