Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Basic/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DLangOptions.def22 // COMPATIBLE_LANGOPT: for options that affect the construction of the AST in
45 #ifndef COMPATIBLE_LANGOPT
46 # define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \
52 COMPATIBLE_LANGOPT(Name, Bits, Default, Description)
166 COMPATIBLE_LANGOPT(RecoveryAST, 1, 1, "Preserve expressions in AST when encountering errors")
167 COMPATIBLE_LANGOPT(RecoveryASTType, 1, 1, "Preserve the type in recovery expressions")
176 COMPATIBLE_LANGOPT(CPlusPlusModules, 1, 0, "C++ modules syntax")
184 COMPATIBLE_LANGOPT(ModulesDeclUse , 1, 0, "require declaration of module uses")
186 COMPATIBLE_LANGOPT(ModulesStrictDeclUse, 1, 0, "requiring declaration of module uses and all header…
187 COMPATIBLE_LANGOPT(ModulesValidateTextualHeaderIncludes, 1, 1, "validation of textual header includ…
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DLangOptions.def22 // COMPATIBLE_LANGOPT: for options that affect the construction of the AST in
45 #ifndef COMPATIBLE_LANGOPT
46 # define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \
52 COMPATIBLE_LANGOPT(Name, Bits, Default, Description)
166 COMPATIBLE_LANGOPT(RecoveryAST, 1, 1, "Preserve expressions in AST when encountering errors")
167 COMPATIBLE_LANGOPT(RecoveryASTType, 1, 1, "Preserve the type in recovery expressions")
176 COMPATIBLE_LANGOPT(CPlusPlusModules, 1, 0, "C++ modules syntax")
185 COMPATIBLE_LANGOPT(ModulesDeclUse , 1, 0, "require declaration of module uses")
187 COMPATIBLE_LANGOPT(ModulesStrictDeclUse, 1, 0, "requiring declaration of module uses and all header…
188 COMPATIBLE_LANGOPT(ModulesValidateTextualHeaderIncludes, 1, 1, "validation of textual header includ…
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DLangOptions.def22 // COMPATIBLE_LANGOPT: for options that affect the construction of the AST in
45 #ifndef COMPATIBLE_LANGOPT
46 # define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \
52 COMPATIBLE_LANGOPT(Name, Bits, Default, Description)
166 COMPATIBLE_LANGOPT(RecoveryAST, 1, 1, "Preserve expressions in AST when encountering errors")
167 COMPATIBLE_LANGOPT(RecoveryASTType, 1, 1, "Preserve the type in recovery expressions")
176 COMPATIBLE_LANGOPT(CPlusPlusModules, 1, 0, "C++ modules syntax")
185 COMPATIBLE_LANGOPT(ModulesDeclUse , 1, 0, "require declaration of module uses")
187 COMPATIBLE_LANGOPT(ModulesStrictDeclUse, 1, 0, "requiring declaration of module uses and all header…
188 COMPATIBLE_LANGOPT(ModulesValidateTextualHeaderIncludes, 1, 1, "validation of textual header includ…
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DLangOptions.def22 // COMPATIBLE_LANGOPT: for options that affect the construction of the AST in
45 #ifndef COMPATIBLE_LANGOPT
46 # define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \
52 COMPATIBLE_LANGOPT(Name, Bits, Default, Description)
175 COMPATIBLE_LANGOPT(RecoveryAST, 1, 1, "Preserve expressions in AST when encountering errors")
176 COMPATIBLE_LANGOPT(RecoveryASTType, 1, 1, "Preserve the type in recovery expressions")
185 COMPATIBLE_LANGOPT(CPlusPlusModules, 1, 0, "C++ modules syntax")
194 COMPATIBLE_LANGOPT(ModulesDeclUse , 1, 0, "require declaration of module uses")
196 COMPATIBLE_LANGOPT(ModulesStrictDeclUse, 1, 0, "requiring declaration of module uses and all header…
197 COMPATIBLE_LANGOPT(ModulesValidateTextualHeaderIncludes, 1, 1, "validation of textual header includ…
[all …]
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp212 #define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro