Home
last modified time | relevance | path

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

/freebsd/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;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp183 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyCollector
207 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyFileGenerator
212 DependencyCollector::attachToPreprocessor(PP); in attachToPreprocessor()
H A DModuleDependencyCollector.cpp87 void ModuleDependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDependencyCollector
H A DCompilerInstance.cpp520 Listener->attachToPreprocessor(*PP); in createPreprocessor()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h219 void attachToPreprocessor(Preprocessor &PP) override;
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp673 void ModuleDepCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDepCollector