Searched refs:getCursorExpr (Results 1 – 4 of 4) sorted by relevance
797 const Expr *cxcursor::getCursorExpr(CXCursor Cursor) { in getCursorExpr() function in cxcursor855 cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierIndexAndLoc()873 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierCursor()898 const Expr *E = getCursorExpr(cursor); in getTypeRefCursor()968 const Expr *E = cxcursor::getCursorExpr(C); in clang_Cursor_getNumArguments()992 const Expr *E = cxcursor::getCursorExpr(C); in clang_Cursor_getArgument()1208 E = getCursorExpr(C); in clang_Cursor_isDynamicCall()1234 E = getCursorExpr(C); in clang_Cursor_getReceiverType()
245 const Expr *getCursorExpr(CXCursor Cursor);
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()[all …]
142 QualType T = cxcursor::getCursorExpr(C)->getType(); in clang_getCursorType()