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