Home | History | Annotate | Download | only in AST

Lines Matching refs:getCallee

1150   Expr *CEE = getCallee()->IgnoreParenImpCasts();
1212 const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(getCallee());
1237 QualType CalleeType = getCallee()->getType();
1244 CalleeType = Expr::findBoundMemberType(getCallee());
1254 SourceLocation begin = getCallee()->getLocStart();
2122 Loc = CE->getCallee()->getLocStart();
2123 R1 = CE->getCallee()->getSourceRange();