Searched refs:getCursorStmt (Results 1 – 3 of 3) sorted by relevance
239 const Stmt *getCursorStmt(CXCursor Cursor);
1152 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor)); in getCursorExpr()1155 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { in getCursorStmt() function in cxcursor
513 if (const Stmt *S = getCursorStmt(Cursor)) in VisitChildren()4336 E = evaluateCompoundStmtExpr(cast<CompoundStmt>(getCursorStmt(C))); in clang_Cursor_Evaluate()4959 const Stmt *S = getCursorStmt(C); in clang_getCursorSpelling()5018 const Stmt *S = getCursorStmt(C); in clang_Cursor_getSpellingNameRange()6314 getCursorStmt(C)->getBeginLoc()); in clang_getCursorLocation()6444 return getCursorStmt(C)->getSourceRange(); in getRawCursorExtent()6584 const Stmt *S = getCursorStmt(C); in clang_getCursorReferenced()