Home
last modified time | relevance | path

Searched defs:getCalleeName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h364 StringRef getCalleeName(const CallExpr *CE) const { in getCalleeName() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp84 static StringRef getCalleeName(CallExpr *CE) { in getCalleeName() function
/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