Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h197 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function
272 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
303 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
324 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp590 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anona1d0afa90411::DumpModuleInfoListener
H A DASTUnit.cpp556 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() function in __anon0cd8e0a00211::ASTInfoCollector
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp201 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener
204 return First->ReadPreprocessorOptions(PPOpts, Complain, in ReadPreprocessorOptions()
206 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines); in ReadPreprocessorOptions()
745 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator
757 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in SimpleASTReaderListener
4708 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon77ecc0710711::SimplePCHValidator
5394 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()