Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp688 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && Validate) { in checkPreprocessorOptions()
706 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
708 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
709 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
718 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
731 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
748 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() local
750 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions()
4672 const PreprocessorOptions &ExistingPPOpts; member in __anon77ecc0710711::SimplePCHValidator
4679 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() argument
[all …]