Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h183 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function
258 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
289 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
310 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp728 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon31651daa0411::DumpModuleInfoListener
H A DASTUnit.cpp557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() function in __anon6243dda10211::ASTInfoCollector
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp209 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener
212 return First->ReadPreprocessorOptions(PPOpts, Complain, in ReadPreprocessorOptions()
214 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines); in ReadPreprocessorOptions()
783 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator
795 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in SimpleASTReaderListener
5201 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon4dbaf2520a11::SimplePCHValidator
5954 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()