Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp636 const FunctionDecl *funDecl = CE->getDirectCallee(); in VisitNode() local
637 assert(funDecl && "We do not support indirect function calls as of now."); in VisitNode()
638 StringRef funName = funDecl->getName(); in VisitNode()