Searched refs:ReadPreprocessorOptions (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 168 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function 234 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 262 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 518 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon59845a8d0111::DumpModuleInfoListener
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 115 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener 118 return First->ReadPreprocessorOptions(PPOpts, Complain, in ReadPreprocessorOptions() 120 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines); in ReadPreprocessorOptions() 582 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator 4210 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon18a49ed50611::SimplePCHValidator 4811 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()
|