Searched refs:ReadPreprocessorOptions (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 201 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function 276 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 307 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 328 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 660 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon497139710411::DumpModuleInfoListener
|
H A D | ASTUnit.cpp | 585 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() function in __anon539022680211::ASTInfoCollector
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 210 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener 213 return First->ReadPreprocessorOptions(PPOpts, Complain, in ReadPreprocessorOptions() 215 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines); in ReadPreprocessorOptions() 784 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator 796 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in SimpleASTReaderListener 5207 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon753f31390a11::SimplePCHValidator 5996 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()
|