Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { in getCalleeDecl() function in CheckerContext
/external/clang/lib/AST/
DExpr.cpp997 Decl *CallExpr::getCalleeDecl() { in getCalleeDecl() function in CallExpr
/external/clang/include/clang/AST/
DExpr.h2073 const Decl *getCalleeDecl() const { in getCalleeDecl() function