Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h67 virtual void attachToPreprocessor(Preprocessor &PP);
108 void attachToPreprocessor(Preprocessor &PP) override;
158 void attachToPreprocessor(Preprocessor &PP) override;
/src/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp209 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyCollector
233 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyFileGenerator
238 DependencyCollector::attachToPreprocessor(PP); in attachToPreprocessor()
H A DModuleDependencyCollector.cpp88 void ModuleDependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDependencyCollector
H A DCompilerInstance.cpp519 Listener->attachToPreprocessor(*PP); in createPreprocessor()
/src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h228 void attachToPreprocessor(Preprocessor &PP) override;
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp751 void ModuleDepCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDepCollector