Home
last modified time | relevance | path

Searched refs:UsePredefines (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h72 bool UsePredefines = true; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp645 DUMP_BOOLEAN(PPOpts.UsePredefines, in ReadPreprocessorOptions()
H A DInitPreprocessor.cpp1210 if (InitOpts.UsePredefines) { in InitializePreprocessor()
H A DCompilerInvocation.cpp4505 code = hash_combine(code, ppOpts.UsePredefines, ppOpts.DetailedRecord); in getModuleHash()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp696 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && Validate) { in checkPreprocessorOptions()
698 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
5910 PPOpts.UsePredefines = Record[Idx++]; in ParsePreprocessorOptions()
H A DASTWriter.cpp1354 Record.push_back(PPOpts.UsePredefines); in WriteControlBlock()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3838 MarshallingInfoNegativeFlag<PreprocessorOpts<"UsePredefines">>;