Home
last modified time | relevance | path

Searched refs:BENIGN_LANGOPT (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DLangOptions.def18 // BENIGN_LANGOPT: for options that don't affect the construction of the AST in
50 #ifndef BENIGN_LANGOPT
51 # define BENIGN_LANGOPT(Name, Bits, Default, Description) \
102 BENIGN_LANGOPT(ObjCDefaultSynthProperties , 1, 0,
104 BENIGN_LANGOPT(EncodeExtendedBlockSig , 1, 0,
106 BENIGN_LANGOPT(EncodeCXXClassTemplateSpec , 1, 0,
108 BENIGN_LANGOPT(ObjCInferRelatedResultType , 1, 1,
119 BENIGN_LANGOPT(DollarIdents , 1, 1, "'$' in identifiers")
120 BENIGN_LANGOPT(AsmPreprocessor, 1, 0, "preprocessor in asm mode")
126 BENIGN_LANGOPT(HexFloats , 1, 0, "C99 hexadecimal float constants")
[all …]
/openbsd/src/gnu/llvm/clang/lib/Basic/
DLangOptions.cpp27 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() macro
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DFrontendActions.cpp591 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() macro
DCompilerInvocation.cpp4614 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in getModuleHash() macro
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp316 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in checkLanguageOptions() macro