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

  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 29 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const {
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 85 static StringRef getCalleeName(CallExpr *CE) {
98 StringRef Name = getCalleeName(CE);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
286 StringRef getCalleeName(const CallExpr *CE) const {
288 return getCalleeName(FunDecl);

Completed in 66 milliseconds