Lines Matching refs:getCursorExpr
488 if (const Expr *E = getCursorExpr(Cursor))
3313 const Decl *D = getDeclFromExpr(getCursorExpr(C));
3375 ME = dyn_cast_or_null<ObjCMessageExpr>(getCursorExpr(C))) {
3921 isa<CXXTemporaryObjectExpr>(getCursorExpr(*BestCursor)) &&
4147 getLocationFromExpr(getCursorExpr(C)));
4273 return getCursorExpr(C)->getSourceRange();
4401 const Expr *E = getCursorExpr(C);
4800 if (const MemberExpr *E = dyn_cast<MemberExpr>(getCursorExpr(C)))
4806 if (const DeclRefExpr *E = dyn_cast<DeclRefExpr>(getCursorExpr(C)))
4814 dyn_cast<CXXOperatorCallExpr>(getCursorExpr(C))) {
5326 const Expr *E = getCursorExpr(cursor);