Home
last modified time | relevance | path

Searched defs:getCalleeDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
/llvm-project/clang/lib/CodeGen/
H A DCGCall.h59 const GlobalDecl getCalleeDecl() const { return CalleeDecl; } in getCalleeDecl() function
/llvm-project/clang/include/clang/AST/
H A DExpr.h2989 Decl *getCalleeDecl() { return getCallee()->getReferencedDeclOfCallee(); } getCalleeDecl() function
2990 const Decl *getCalleeDecl() const { getCalleeDecl() function