Home | History | Annotate | Download | only in AST

Lines Matching refs:getCalleeDecl

1110 Decl *CallExpr::getCalleeDecl() {
1135 return dyn_cast_or_null<FunctionDecl>(getCalleeDecl());
2051 if (const Decl *FD = CE->getCalleeDecl()) {
2961 = dyn_cast_or_null<CXXMethodDecl>(E->getCalleeDecl())) {