Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h116 addNodeForDecl(FD, FD->isGlobal()); in VisitFunctionDecl()
125 addNodeForDecl(MD, true); in VisitObjCMethodDecl()
138 void addNodeForDecl(Decl *D, bool IsGlobal);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp112 addNodeForDecl(BD, true); in addNodesForBlocks()
144 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() function in CallGraph