Lines Matching refs:getCursorExpr
485 if (const Expr *E = getCursorExpr(Cursor)) in VisitChildren()
3236 const Decl *D = getDeclFromExpr(getCursorExpr(C)); in clang_getCursorSpelling()
3298 ME = dyn_cast_or_null<ObjCMessageExpr>(getCursorExpr(C))) { in clang_Cursor_getSpellingNameRange()
3840 isa<CXXTemporaryObjectExpr>(getCursorExpr(*BestCursor)) && in GetCursorVisitor()
4066 getLocationFromExpr(getCursorExpr(C))); in clang_getCursorLocation()
4192 return getCursorExpr(C)->getSourceRange(); in getRawCursorExtent()
4320 const Expr *E = getCursorExpr(C); in clang_getCursorReferenced()
4707 if (const MemberExpr *E = dyn_cast<MemberExpr>(getCursorExpr(C))) in clang_getCursorReferenceNameRange()
4713 if (const DeclRefExpr *E = dyn_cast<DeclRefExpr>(getCursorExpr(C))) in clang_getCursorReferenceNameRange()
4721 dyn_cast<CXXOperatorCallExpr>(getCursorExpr(C))) { in clang_getCursorReferenceNameRange()
5225 const Expr *E = getCursorExpr(cursor); in Visit()