Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h168 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 DFrontendActions.cpp518 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon59845a8d0111::DumpModuleInfoListener
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp115 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()