Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp689 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anonfa7087f00411::DumpModuleInfoListener
H A DASTUnit.cpp588 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon670461e70211::ASTInfoCollector
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp210 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener
213 return First->ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ReadPreprocessorOptions()
215 Second->ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ReadPreprocessorOptions()
811 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator
821 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in SimpleASTReaderListener
5384 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon063f2bd80c11::SimplePCHValidator
6198 return Listener.ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ParsePreprocessorOptions()