Home
last modified time | relevance | path

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

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