Searched refs:ReadPreprocessorOptions (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 174 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/ |
D | FrontendActions.cpp | 552 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anonbd6665c50111::DumpModuleInfoListener
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 123 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()
|