HomeSort by relevance Sort by last modified time
    Searched refs:funDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
OSAtomicChecker.cpp 43 const FunctionDecl *funDecl = L.getAsFunctionDecl();
44 if (!funDecl)
46 IdentifierInfo *funI = funDecl->getIdentifier();
MacOSKeychainAPIChecker.cpp 666 const FunctionDecl *funDecl = CE->getDirectCallee();
667 assert(funDecl && "We do not support indirect function calls as of now.");
668 StringRef funName = funDecl->getName();

Completed in 49 milliseconds