Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h81 virtual void attachToPreprocessor(Preprocessor &PP);
122 void attachToPreprocessor(Preprocessor &PP) override;
172 void attachToPreprocessor(Preprocessor &PP) override;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp177 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyCollector
201 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyFileGenerator
206 DependencyCollector::attachToPreprocessor(PP); in attachToPreprocessor()
H A DModuleDependencyCollector.cpp105 void ModuleDependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDependencyCollector
H A DCompilerInstance.cpp519 Listener->attachToPreprocessor(*PP); in createPreprocessor()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h196 void attachToPreprocessor(Preprocessor &PP) override;
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp282 void ModuleDepCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDepCollector