Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp727 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && in checkPreprocessorOptions()
737 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && in checkPreprocessorOptions()
747 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
749 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
750 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
759 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
771 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
788 return checkPreprocessorOptions(PPOpts, ExistingPPOpts, in ReadPreprocessorOptions()
5164 const PreprocessorOptions &ExistingPPOpts; member in __anon4dbaf2520a11::SimplePCHValidator
5177 ExistingPPOpts(ExistingPPOpts), in SimplePCHValidator()
[all …]