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

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp85 StringRef Name = C.getCalleeName(CE);
108 StringRef Name = C.getCalleeName(CE);
H A DObjCContainersASTChecker.cpp84 static StringRef getCalleeName(CallExpr *CE) { function
97 StringRef Name = getCalleeName(CE);
H A DUndefinedAssignmentChecker.cpp45 if (C.getCalleeName(EnclosingFunctionDecl) == "swap")
H A DUndefResultChecker.cpp85 if (C.getCalleeName(EnclosingFunctionDecl) == "swap")
H A DUnixAPIChecker.cpp114 StringRef FName = C.getCalleeName(FD);
470 StringRef FName = C.getCalleeName(FD);
H A DMacOSKeychainAPIChecker.cpp258 StringRef funName = C.getCalleeName(FD);
409 StringRef funName = C.getCalleeName(FD);
H A DExprInspectionChecker.cpp90 llvm::StringSwitch<FnCheck>(C.getCalleeName(CE))
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h352 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
364 StringRef getCalleeName(const CallExpr *CE) const {
366 return getCalleeName(FunDecl);
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp31 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const { function in class:CheckerContext
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp192 StringRef IRInstructionData::getCalleeName() const { function in class:IRInstructionData
257 if (A.getCalleeName().str() != B.getCalleeName().str())
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h185 StringRef getCalleeName() const;

Completed in 205 milliseconds