Home
last modified time | relevance | path

Searched refs:getCalleeName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h352 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
364 StringRef getCalleeName(const CallExpr *CE) const { in getCalleeName() function
366 return getCalleeName(FunDecl); in getCalleeName()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp84 static StringRef getCalleeName(CallExpr *CE) { in getCalleeName() function
97 StringRef Name = getCalleeName(CE); in VisitCallExpr()
H A DObjCContainersChecker.cpp80 StringRef Name = C.getCalleeName(CE); in checkPostStmt()
103 StringRef Name = C.getCalleeName(CE); in checkPreStmt()
H A DUnixAPIChecker.cpp167 StringRef FName = C.getCalleeName(FD); in checkPreCall()
594 StringRef FName = C.getCalleeName(FD); in checkPreStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp32 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const { in getCalleeName() function in CheckerContext
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp212 StringRef IRInstructionData::getCalleeName() const { in getCalleeName() function in IRInstructionData
277 if (A.getCalleeName() != B.getCalleeName()) in isClose()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h185 StringRef getCalleeName() const;