Lines Matching refs:getCursorExpr
520 if (const Expr *E = getCursorExpr(Cursor)) in VisitChildren()
4340 E = getCursorExpr(C); in clang_Cursor_Evaluate()
4936 const Expr *E = getCursorExpr(C); in clang_getCursorSpelling()
4952 const Decl *D = getDeclFromExpr(getCursorExpr(C)); in clang_getCursorSpelling()
5030 dyn_cast_or_null<ObjCMessageExpr>(getCursorExpr(C))) { in clang_Cursor_getSpellingNameRange()
6069 isa<CXXTemporaryObjectExpr>(getCursorExpr(*BestCursor)) && in GetCursorVisitor()
6310 getCursorContext(C), getLocationFromExpr(getCursorExpr(C))); in clang_getCursorLocation()
6441 return getCursorExpr(C)->getSourceRange(); in getRawCursorExtent()
6568 const Expr *E = getCursorExpr(C); in clang_getCursorReferenced()
6989 if (const MemberExpr *E = dyn_cast<MemberExpr>(getCursorExpr(C))) in clang_getCursorReferenceNameRange()
6995 if (const DeclRefExpr *E = dyn_cast<DeclRefExpr>(getCursorExpr(C))) { in clang_getCursorReferenceNameRange()
7005 dyn_cast<CXXOperatorCallExpr>(getCursorExpr(C))) { in clang_getCursorReferenceNameRange()
7397 const Expr *E = getCursorExpr(Cursor); in GetSubscriptOrCallOperator()
7643 const Expr *E = getCursorExpr(cursor); in Visit()