Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp662 const PreprocessorOptions &ExistingPPOpts, bool ReadMacros, in checkPreprocessorOptions() argument
672 collectMacroDefinitions(ExistingPPOpts, ExistingMacros, in checkPreprocessorOptions()
755 if (PPOpts.UsePredefines != ExistingPPOpts.UsePredefines && in checkPreprocessorOptions()
765 PPOpts.DetailedRecord != ExistingPPOpts.DetailedRecord && in checkPreprocessorOptions()
775 StringRef File = ExistingPPOpts.Includes[I]; in checkPreprocessorOptions()
777 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
778 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
787 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
799 StringRef File = ExistingPPOpts.MacroIncludes[I]; in checkPreprocessorOptions()
5347 const PreprocessorOptions &ExistingPPOpts; member in __anon41ff57ea0c11::SimplePCHValidator
[all …]