Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function
277 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
308 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
327 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
/src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp719 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon883fc6af0411::DumpModuleInfoListener
H A DASTUnit.cpp599 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon577c51a60211::ASTInfoCollector
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp215 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener
218 return First->ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ReadPreprocessorOptions()
220 Second->ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ReadPreprocessorOptions()
816 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator
826 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in SimpleASTReaderListener
5389 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anona5b20eb70c11::SimplePCHValidator
6204 return Listener.ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ParsePreprocessorOptions()