Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp1144 const Expr *cxcursor::getCursorExpr(CXCursor Cursor) { in getCursorExpr() function in cxcursor
1199 cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierIndexAndLoc()
1218 cast<ObjCMessageExpr>(getCursorExpr(cursor))->getNumSelectorLocs()) in getSelectorIdentifierCursor()
1242 const Expr *E = getCursorExpr(cursor); in getTypeRefCursor()
1310 const Expr *E = cxcursor::getCursorExpr(C); in clang_Cursor_getNumArguments()
1337 const Expr *E = cxcursor::getCursorExpr(C); in clang_Cursor_getArgument()
1690 E = getCursorExpr(C); in clang_Cursor_isDynamicCall()
1730 E = getCursorExpr(C); in clang_Cursor_getReceiverType()
H A DCXCursor.h238 const Expr *getCursorExpr(CXCursor Cursor);
H A DCIndex.cpp520 if (const Expr *E = getCursorExpr(Cursor)) in VisitChildren()
4310 E = getCursorExpr(C); in clang_Cursor_Evaluate()
4906 const Expr *E = getCursorExpr(C); in clang_getCursorSpelling()
4922 const Decl *D = getDeclFromExpr(getCursorExpr(C)); in clang_getCursorSpelling()
5000 dyn_cast_or_null<ObjCMessageExpr>(getCursorExpr(C))) { in clang_Cursor_getSpellingNameRange()
6035 isa<CXXTemporaryObjectExpr>(getCursorExpr(*BestCursor)) && in GetCursorVisitor()
6407 return getCursorExpr(C)->getSourceRange(); in getRawCursorExtent()
6534 const Expr *E = getCursorExpr(C); in clang_getCursorReferenced()
6968 dyn_cast<CXXOperatorCallExpr>(getCursorExpr(C))) { in clang_getCursorReferenceNameRange()
7360 const Expr *E = getCursorExpr(Cursor); in GetSubscriptOrCallOperator()
[all …]
H A DCXType.cpp231 QualType T = cxcursor::getCursorExpr(C)->getType(); in clang_getCursorType()