Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp696 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && Validate) { in checkPreprocessorOptions()
714 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
716 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
717 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
726 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
739 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
756 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() local
758 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions()
5131 const PreprocessorOptions &ExistingPPOpts; member in __anon60ee48d60a11::SimplePCHValidator
5138 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() argument
[all …]