Searched refs:getCursorStmt (Results 1 – 3 of 3) sorted by relevance
239 const Stmt *getCursorStmt(CXCursor Cursor);
1145 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor)); in getCursorExpr()1148 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { in getCursorStmt() function in cxcursor
513 if (const Stmt *S = getCursorStmt(Cursor)) in VisitChildren()4306 E = evaluateCompoundStmtExpr(cast<CompoundStmt>(getCursorStmt(C))); in clang_Cursor_Evaluate()4929 const Stmt *S = getCursorStmt(C); in clang_getCursorSpelling()4988 const Stmt *S = getCursorStmt(C); in clang_Cursor_getSpellingNameRange()6280 getCursorStmt(C)->getBeginLoc()); in clang_getCursorLocation()6410 return getCursorStmt(C)->getSourceRange(); in getRawCursorExtent()6550 const Stmt *S = getCursorStmt(C); in clang_getCursorReferenced()