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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp46 if (C.getCalleeName(EnclosingFunctionDecl) == "swap")
H A DObjCContainersASTChecker.cpp85 static StringRef getCalleeName(CallExpr *CE) { function
98 StringRef Name = getCalleeName(CE);
H A DObjCContainersChecker.cpp87 StringRef Name = C.getCalleeName(CE);
110 StringRef Name = C.getCalleeName(CE);
H A DUndefResultChecker.cpp49 if (C.getCalleeName(EnclosingFunctionDecl) == "swap")
H A DExprInspectionChecker.cpp44 FnCheck Handler = llvm::StringSwitch<FnCheck>(C.getCalleeName(CE))
H A DGenericTaintChecker.cpp299 StringRef Name = C.getCalleeName(FDecl);
376 StringRef Name = C.getCalleeName(FDecl);
413 StringRef Name = C.getCalleeName(FDecl);
623 if (C.getCalleeName(CE).find("setproctitle") != StringRef::npos) {
H A DMacOSKeychainAPIChecker.cpp278 StringRef funName = C.getCalleeName(FD);
448 StringRef funName = C.getCalleeName(FD);
H A DPthreadLockChecker.cpp85 StringRef FName = C.getCalleeName(CE);
H A DUnixAPIChecker.cpp356 StringRef FName = C.getCalleeName(FD);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp29 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const { function in class:CheckerContext
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h270 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
282 StringRef getCalleeName(const CallExpr *CE) const { function in class:clang::ento::CheckerContext
284 return getCalleeName(FunDecl);

Completed in 174 milliseconds