Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyGraph.cpp28 class DependencyGraphCallback : public PPCallbacks { class
44 DependencyGraphCallback(const Preprocessor *_PP, StringRef OutputFile, in DependencyGraphCallback() function in __anon11e6f1850111::DependencyGraphCallback
64 PP.addPPCallbacks(std::make_unique<DependencyGraphCallback>(&PP, OutputFile, in AttachDependencyGraphGen()
68 void DependencyGraphCallback::InclusionDirective( in InclusionDirective()
95 DependencyGraphCallback::writeNodeReference(raw_ostream &OS, in writeNodeReference()
101 void DependencyGraphCallback::OutputGraphFile() { in OutputGraphFile()