Searched refs:ReadPreprocessorOptions (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h182 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, function in class:clang::ASTReaderListener
257 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
288 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
309 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp608 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
H A DASTUnit.cpp556 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp204 bool ChainedASTReaderListener::ReadPreprocessorOptions( function in class:ChainedASTReaderListener
207 return First->ReadPreprocessorOptions(PPOpts, Complain,
209 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines);
748 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, function in class:PCHValidator
760 bool SimpleASTReaderListener::ReadPreprocessorOptions( function in class:SimpleASTReaderListener
5101 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
5845 return Listener.ReadPreprocessorOptions(PPOpts, Complain,

Completed in 103 milliseconds