Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCallGraph.cpp39 if (FunctionDecl *CalleeDecl = CE->getDirectCallee()) in VisitCallExpr() local
40 if (G->includeInGraph(CalleeDecl)) { in VisitCallExpr()
41 CallGraphNode *CalleeNode = G->getOrInsertNode(CalleeDecl); in VisitCallExpr()