Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h205 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function
296 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
330 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
351 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp745 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon5e3a907a0411::DumpModuleInfoListener
H A DASTUnit.cpp597 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anone37b80710211::ASTInfoCollector
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp209 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener
212 return First->ReadPreprocessorOptions(PPOpts, ModuleFilename, ReadMacros, in ReadPreprocessorOptions()
214 Second->ReadPreprocessorOptions(PPOpts, ModuleFilename, ReadMacros, in ReadPreprocessorOptions()
841 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator
853 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in SimpleASTReaderListener
5688 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon09454b220d11::SimplePCHValidator
6540 return Listener.ReadPreprocessorOptions(PPOpts, ModuleFilename, ReadMacros, in ParsePreprocessorOptions()