Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp632 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode() local
633 assert(funDecl && "We do not support indirect function calls as of now."); in VisitNode()
634 StringRef funName = funDecl->getName(); in VisitNode()