Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h182 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function
257 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
288 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
309 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp608 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon8a8b07310411::DumpModuleInfoListener
HDASTUnit.cpp556 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() function in __anon5d9830280211::ASTInfoCollector
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp204 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener
207 return First->ReadPreprocessorOptions(PPOpts, Complain, in ReadPreprocessorOptions()
209 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines); in ReadPreprocessorOptions()
748 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator
760 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in SimpleASTReaderListener
5101 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon6f7646f90a11::SimplePCHValidator
5845 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()