Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyGraph.cpp29 class DependencyGraphCallback : public PPCallbacks { class
45 DependencyGraphCallback(const Preprocessor *_PP, StringRef OutputFile, in DependencyGraphCallback() function in __anon101254090111::DependencyGraphCallback
65 PP.addPPCallbacks(llvm::make_unique<DependencyGraphCallback>(&PP, OutputFile, in AttachDependencyGraphGen()
69 void DependencyGraphCallback::InclusionDirective( in InclusionDirective()
96 DependencyGraphCallback::writeNodeReference(raw_ostream &OS, in writeNodeReference()
102 void DependencyGraphCallback::OutputGraphFile() { in OutputGraphFile()