Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerContext.h364 StringRef getCalleeName(const CallExpr *CE) const { in getCalleeName() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDObjCContainersASTChecker.cpp84 static StringRef getCalleeName(CallExpr *CE) { in getCalleeName() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCheckerContext.cpp32 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const { in getCalleeName() function in CheckerContext
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDIRSimilarityIdentifier.cpp212 StringRef IRInstructionData::getCalleeName() const { in getCalleeName() function in IRInstructionData