Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A 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)
180 COMPATIBLE_LANGOPT(RecoveryAST, 1, 1, "Preserve expressions in AST when encountering errors")
181 COMPATIBLE_LANGOPT(RecoveryASTType, 1, 1, "Preserve the type in recovery expressions")
190 COMPATIBLE_LANGOPT(CPlusPlusModules, 1, 0, "C++ modules syntax")
199 COMPATIBLE_LANGOPT(ModulesDeclUse , 1, 0, "require declaration of module uses")
201 COMPATIBLE_LANGOPT(ModulesStrictDeclUse, 1, 0, "requiring declaration of module uses and all header…
202 COMPATIBLE_LANGOPT(ModulesValidateTextualHeaderIncludes, 1, 1, "validation of textual header includ…
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp315 #define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro