Home
last modified time | relevance | path

Searched refs:getCursorExpr (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.cpp935 const Expr *cxcursor::getCursorExpr(CXCursor Cursor) { in getCursorExpr() function in cxcursor
993 cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierIndexAndLoc()
1011 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierCursor()
1036 const Expr *E = getCursorExpr(cursor); in getTypeRefCursor()
1106 const Expr *E = cxcursor::getCursorExpr(C); in clang_Cursor_getNumArguments()
1130 const Expr *E = cxcursor::getCursorExpr(C); in clang_Cursor_getArgument()
1481 E = getCursorExpr(C); in clang_Cursor_isDynamicCall()
1515 E = getCursorExpr(C); in clang_Cursor_getReceiverType()
DCXCursor.h242 const Expr *getCursorExpr(CXCursor Cursor);
DCIndex.cpp508 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()
[all …]
DCXType.cpp157 QualType T = cxcursor::getCursorExpr(C)->getType(); in clang_getCursorType()