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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h73 /// use \c attachToPreprocessor and \c attachToASTReader to get all of the
80 virtual void attachToPreprocessor(Preprocessor &PP);
121 void attachToPreprocessor(Preprocessor &PP) override;
172 void attachToPreprocessor(Preprocessor &PP) override;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h76 void attachToPreprocessor(Preprocessor &PP) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp170 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { function in class:DependencyCollector
194 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { function in class:DependencyFileGenerator
199 DependencyCollector::attachToPreprocessor(PP);
H A DModuleDependencyCollector.cpp105 void ModuleDependencyCollector::attachToPreprocessor(Preprocessor &PP) { function in class:ModuleDependencyCollector
H A DCompilerInstance.cpp449 Listener->attachToPreprocessor(*PP);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp131 void ModuleDepCollector::attachToPreprocessor(Preprocessor &PP) { function in class:ModuleDepCollector

Completed in 177 milliseconds