Lines Matching refs:getCursorExpr
508 if (const Expr *E = getCursorExpr(Cursor)) in VisitChildren()
4204 const Expr *E = getCursorExpr(C); in clang_getCursorSpelling()
4220 const Decl *D = getDeclFromExpr(getCursorExpr(C)); in clang_getCursorSpelling()
4299 ME = dyn_cast_or_null<ObjCMessageExpr>(getCursorExpr(C))) { in clang_Cursor_getSpellingNameRange()
4989 isa<CXXTemporaryObjectExpr>(getCursorExpr(*BestCursor)) && in GetCursorVisitor()
5223 getLocationFromExpr(getCursorExpr(C))); in clang_getCursorLocation()
5355 return getCursorExpr(C)->getSourceRange(); in getRawCursorExtent()
5483 const Expr *E = getCursorExpr(C); in clang_getCursorReferenced()
5891 if (const MemberExpr *E = dyn_cast<MemberExpr>(getCursorExpr(C))) in clang_getCursorReferenceNameRange()
5897 if (const DeclRefExpr *E = dyn_cast<DeclRefExpr>(getCursorExpr(C))) { in clang_getCursorReferenceNameRange()
5907 dyn_cast<CXXOperatorCallExpr>(getCursorExpr(C))) { in clang_getCursorReferenceNameRange()
6443 const Expr *E = getCursorExpr(cursor); in Visit()