Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp146 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU)); in checkASTDecl()
166 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU)); in checkASTDecl()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCallGraph.cpp37 addToCallGraph(&F); in CallGraph()
61 void CallGraph::addToCallGraph(Function *F) { in addToCallGraph() function in CallGraph
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h62 void addToCallGraph(Decl *D) { in addToCallGraph() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h100 void addToCallGraph(Function *F);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp476 CG.addToCallGraph(LocalTUDecls[i]); in HandleDeclsCallGraph()