Home
last modified time | relevance | path

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

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