Home
last modified time | relevance | path

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

/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 __anonbd6665c50111::DumpModuleInfoListener
/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 __anonc656230d0611::SimplePCHValidator
4843 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()