Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.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,
/external/clang/include/clang/Serialization/
DASTReader.h174 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function
246 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
277 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
/external/clang/lib/Frontend/
DFrontendActions.cpp552 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anonb1833ba30111::DumpModuleInfoListener
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp625 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anonc0173ad10411::DumpModuleInfoListener
DASTUnit.cpp557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() function in __anon8e7ac3c80211::ASTInfoCollector
/external/clang/lib/Serialization/
DASTReader.cpp123 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener
126 return First->ReadPreprocessorOptions(PPOpts, Complain, in ReadPreprocessorOptions()
128 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines); in ReadPreprocessorOptions()
609 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator
4185 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon6120b52b0611::SimplePCHValidator
4843 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp206 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener
209 return First->ReadPreprocessorOptions(PPOpts, Complain, in ReadPreprocessorOptions()
211 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines); in ReadPreprocessorOptions()
752 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator
764 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in SimpleASTReaderListener
5124 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon047a86990a11::SimplePCHValidator
5873 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()