Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DUtils.h80 void attachToPreprocessor(Preprocessor &PP);
/external/clang/lib/Frontend/
DDependencyFile.cpp141 void DependencyCollector::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor() function in DependencyCollector
DCompilerInstance.cpp353 Listener->attachToPreprocessor(*PP); in createPreprocessor()