Searched defs:getCalleeDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const { function in class:CheckerContext
/external/clang/lib/AST/
H A DExpr.cpp1149 Decl *CallExpr::getCalleeDecl() { function in class:CallExpr
1174 return dyn_cast_or_null<FunctionDecl>(getCalleeDecl());
2113 if (const Decl *FD = CE->getCalleeDecl()) {
3055 = dyn_cast_or_null<CXXMethodDecl>(E->getCalleeDecl())) {

Completed in 881 milliseconds