Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDependencyGraph.cpp29 class DependencyGraphCallback : public PPCallbacks { class
45 DependencyGraphCallback(const Preprocessor *_PP, StringRef OutputFile, in DependencyGraphCallback() function in __anon78c6e81b0111::DependencyGraphCallback
64 PP.addPPCallbacks(llvm::make_unique<DependencyGraphCallback>(&PP, OutputFile, in AttachDependencyGraphGen()
68 void DependencyGraphCallback::InclusionDirective(SourceLocation HashLoc, in InclusionDirective()
93 DependencyGraphCallback::writeNodeReference(raw_ostream &OS, in writeNodeReference()
99 void DependencyGraphCallback::OutputGraphFile() { in OutputGraphFile()