Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h77 bool UsePredefines = true; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp784 PreprocessorOpts.UsePredefines = false; in configurePreamble()
H A DFrontendActions.cpp723 DUMP_BOOLEAN(PPOpts.UsePredefines, in ReadPreprocessorOptions()
H A DInitPreprocessor.cpp1543 if (InitOpts.UsePredefines) { in InitializePreprocessor()
H A DCompilerInvocation.cpp4948 HBuilder.add(ppOpts.UsePredefines, ppOpts.DetailedRecord); in getModuleHash()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp760 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && in checkPreprocessorOptions()
763 Diags->Report(diag::err_pch_undef) << ExistingPPOpts.UsePredefines; in checkPreprocessorOptions()
6198 PPOpts.UsePredefines = Record[Idx++]; in ParsePreprocessorOptions()
H A DASTWriter.cpp1660 Record.push_back(PPOpts.UsePredefines); in WriteControlBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5799 MarshallingInfoNegativeFlag<PreprocessorOpts<"UsePredefines">>;