Searched refs:getCursorStmt (Results 1 – 3 of 3) sorted by relevance
239 const Stmt *getCursorStmt(CXCursor Cursor);
1102 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor)); in getCursorExpr()1105 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { in getCursorStmt() function in cxcursor
512 if (const Stmt *S = getCursorStmt(Cursor)) in VisitChildren()4110 E = evaluateCompoundStmtExpr(cast<CompoundStmt>(getCursorStmt(C))); in clang_Cursor_Evaluate()4733 const Stmt *S = getCursorStmt(C); in clang_getCursorSpelling()4792 const Stmt *S = getCursorStmt(C); in clang_Cursor_getSpellingNameRange()6054 getCursorStmt(C)->getBeginLoc()); in clang_getCursorLocation()6184 return getCursorStmt(C)->getSourceRange(); in getRawCursorExtent()6324 const Stmt *S = getCursorStmt(C); in clang_getCursorReferenced()