Searched defs:getCalleeName (Results 1 - 3 of 3) sorted by last modified time

/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp86 static StringRef getCalleeName(CallExpr *CE) { function
99 StringRef Name = getCalleeName(CE);
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp29 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const { function in class:CheckerContext
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h244 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
256 StringRef getCalleeName(const CallExpr *CE) const { function in class:clang::ento::CheckerContext
258 return getCalleeName(FunDecl);

Completed in 1560 milliseconds