Home
last modified time | relevance | path

Searched refs:attachToPreprocessor (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/include/clang/Frontend/
DUtils.h80 virtual void attachToPreprocessor(Preprocessor &PP);
121 void attachToPreprocessor(Preprocessor &PP) override;
172 void attachToPreprocessor(Preprocessor &PP) override;
/external/llvm-project/clang/lib/Frontend/
DDependencyFile.cpp166 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyCollector
190 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyFileGenerator
195 DependencyCollector::attachToPreprocessor(PP); in attachToPreprocessor()
DModuleDependencyCollector.cpp105 void ModuleDependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDependencyCollector
DCompilerInstance.cpp463 Listener->attachToPreprocessor(*PP); in createPreprocessor()
/external/clang/include/clang/Frontend/
DUtils.h81 virtual void attachToPreprocessor(Preprocessor &PP);
140 void attachToPreprocessor(Preprocessor &PP) override;
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h146 void attachToPreprocessor(Preprocessor &PP) override;
/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp105 void ModuleDependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDependencyCollector
DDependencyFile.cpp141 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyCollector
DCompilerInstance.cpp365 Listener->attachToPreprocessor(*PP); in createPreprocessor()
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp189 void ModuleDepCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDepCollector