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.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,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp719 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon5e3a907a0411::DumpModuleInfoListener
H A DASTUnit.cpp599 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anone37b80710211::ASTInfoCollector
/freebsd/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 __anon09454b220c11::SimplePCHValidator
6204 return Listener.ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ParsePreprocessorOptions()