/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTReader.h | 182 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function 257 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 288 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 309 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
|
/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 __anonb1833ba30111::DumpModuleInfoListener
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendActions.cpp | 625 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anonc0173ad10411::DumpModuleInfoListener
|
D | ASTUnit.cpp | 557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() function in __anon8e7ac3c80211::ASTInfoCollector
|
/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 __anon6120b52b0611::SimplePCHValidator 4843 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 206 bool ChainedASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in ChainedASTReaderListener 209 return First->ReadPreprocessorOptions(PPOpts, Complain, in ReadPreprocessorOptions() 211 Second->ReadPreprocessorOptions(PPOpts, Complain, SuggestedPredefines); in ReadPreprocessorOptions() 752 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in PCHValidator 764 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions() function in SimpleASTReaderListener 5124 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anon047a86990a11::SimplePCHValidator 5873 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()
|