Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DUtils.h65 virtual void attachToPreprocessor(Preprocessor &PP);
106 void attachToPreprocessor(Preprocessor &PP) override;
156 void attachToPreprocessor(Preprocessor &PP) override;
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DDependencyFile.cpp181 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyCollector
205 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyFileGenerator
210 DependencyCollector::attachToPreprocessor(PP); in attachToPreprocessor()
DModuleDependencyCollector.cpp112 void ModuleDependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDependencyCollector
DCompilerInstance.cpp528 Listener->attachToPreprocessor(*PP); in createPreprocessor()
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h207 void attachToPreprocessor(Preprocessor &PP) override;
/openbsd/src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp585 void ModuleDepCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDepCollector