Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessorOptions.h77 bool UsePredefines = true; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDPrecompiledPreamble.cpp784 PreprocessorOpts.UsePredefines = false; in configurePreamble()
HDFrontendActions.cpp723 DUMP_BOOLEAN(PPOpts.UsePredefines, in ReadPreprocessorOptions()
HDInitPreprocessor.cpp1543 if (InitOpts.UsePredefines) { in InitializePreprocessor()
HDCompilerInvocation.cpp4948 HBuilder.add(ppOpts.UsePredefines, ppOpts.DetailedRecord); in getModuleHash()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.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()
HDASTWriter.cpp1660 Record.push_back(PPOpts.UsePredefines); in WriteControlBlock()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td5799 MarshallingInfoNegativeFlag<PreprocessorOpts<"UsePredefines">>;