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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp608 const FunctionDecl *funDecl = CE->getDirectCallee(); local
609 assert(funDecl && "We do not support indirect function calls as of now.");
610 StringRef funName = funDecl->getName();

Completed in 108 milliseconds