Searched refs:COMPATIBLE_LANGOPT (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 19 // 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/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.def | 18 // COMPATIBLE_LANGOPT: for options that affect the construction of the AST in 41 #ifndef COMPATIBLE_LANGOPT 42 # define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \ 48 COMPATIBLE_LANGOPT(Name, Bits, Default, Description) 152 COMPATIBLE_LANGOPT(RecoveryAST, 1, 1, "Preserve expressions in AST when encountering errors") 153 COMPATIBLE_LANGOPT(RecoveryASTType, 1, 1, "Preserve the type in recovery expressions") 162 COMPATIBLE_LANGOPT(ModulesTS , 1, 0, "C++ Modules TS syntax") 163 COMPATIBLE_LANGOPT(CPlusPlusModules, 1, 0, "C++ modules syntax") 170 COMPATIBLE_LANGOPT(ModulesDeclUse , 1, 0, "require declaration of module uses") 172 COMPATIBLE_LANGOPT(ModulesStrictDeclUse, 1, 0, "requiring declaration of module uses and all header… [all …]
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 212 #define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 300 #define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro
|