Home
last modified time | relevance | path

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

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