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

/external/clang/include/clang/Serialization/
H A DASTReader.h174 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, function in class:clang::ASTReaderListener
246 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
277 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
/external/clang/lib/Frontend/
H A DFrontendActions.cpp552 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
/external/clang/lib/Serialization/
H A DASTReader.cpp123 bool ChainedASTReaderListener::ReadPreprocessorOptions( function in class:ChainedASTReaderListener
126 return First->ReadPreprocessorOptions(PPOpts, Complain,
128 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines);
609 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, function in class:PCHValidator
4185 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
4843 return Listener.ReadPreprocessorOptions(PPOpts, Complain,

Completed in 177 milliseconds