Home
last modified time | relevance | path

Searched refs:getCursorStmt (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.h239 const Stmt *getCursorStmt(CXCursor Cursor);
H A DCXCursor.cpp1152 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor)); in getCursorExpr()
1155 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { in getCursorStmt() function in cxcursor
H A DCIndex.cpp513 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()