Searched refs:ReadPreprocessorOptions (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 173 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function 245 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 276 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
|
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 550 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon0e09fd9c0111::DumpModuleInfoListener
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 122 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener 125 return First->ReadPreprocessorOptions(PPOpts, Complain, in ReadPreprocessorOptions() 127 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines); in ReadPreprocessorOptions() 603 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator 4180 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon546a9c040511::SimplePCHValidator 4820 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()
|