Searched refs:getCursorExpr (Results 1 – 4 of 4) sorted by relevance
772 const Expr *cxcursor::getCursorExpr(CXCursor Cursor) { in getCursorExpr() function in cxcursor830 cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierIndexAndLoc()848 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierCursor()873 const Expr *E = getCursorExpr(cursor); in getTypeRefCursor()1165 E = getCursorExpr(C); in clang_Cursor_isDynamicCall()1191 E = getCursorExpr(C); in clang_Cursor_getReceiverType()
245 const Expr *getCursorExpr(CXCursor Cursor);
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()[all …]
139 QualType T = cxcursor::getCursorExpr(C)->getType(); in clang_getCursorType()