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/
H A 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/
H A 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()
H A DModuleDependencyCollector.cpp112 void ModuleDependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDependencyCollector
H A DCompilerInstance.cpp528 Listener->attachToPreprocessor(*PP); in createPreprocessor()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h207 void attachToPreprocessor(Preprocessor &PP) override;
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp585 void ModuleDepCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in ModuleDepCollector