Home
last modified time | relevance | path

Searched defs:getCalleeName (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp29 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const { in getCalleeName() function in CheckerContext
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp86 static StringRef getCalleeName(CallExpr *CE) { in getCalleeName() function
/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h256 StringRef getCalleeName(const CallExpr *CE) const { in getCalleeName() function