Searched refs:ReadPreprocessorOptions (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/ |
D | ASTReader.h | 202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function 277 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 308 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 327 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/ |
D | ASTReader.h | 202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function 277 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 308 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 327 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/ |
D | ASTReader.h | 202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function 277 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 308 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 327 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/ |
D | ASTReader.h | 202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function 277 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 308 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 327 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
|
/aosp_15_r20/external/clang/include/clang/Serialization/ |
H A 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,
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 552 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() function in __anonc3cfce120111::DumpModuleInfoListener
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A 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 __anon1bdd35ba0611::SimplePCHValidator 4843 return Listener.ReadPreprocessorOptions(PPOpts, Complain, in ParsePreprocessorOptions()
|