Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp21 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h63 const GlobalDecl getCalleeDecl() const { return CalleeDecl; } in getCalleeDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2896 Decl *getCalleeDecl() { return getCallee()->getReferencedDeclOfCallee(); } in getCalleeDecl() function
2897 const Decl *getCalleeDecl() const { in getCalleeDecl() function