Searched refs:funDecl (Results 1 – 1 of 1) sorted by relevance
636 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode() local637 assert(funDecl && "We do not support indirect function calls as of now."); in VisitNode()638 StringRef funName = funDecl->getName(); in VisitNode()