Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp72 CallGraphNode *CalleeNode = G->getOrInsertNode(D); in addCalledDecl()
120 Root = getOrInsertNode(nullptr); in CallGraph()
148 CallGraphNode *Node = getOrInsertNode(D); in addNodeForDecl()
162 CallGraphNode *CallGraph::getOrInsertNode(Decl *F) { in getOrInsertNode() function in CallGraph
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h74 CallGraphNode *getOrInsertNode(Decl *);