Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.h239 const Stmt *getCursorStmt(CXCursor Cursor);
H A DCXCursor.cpp1102 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor)); in getCursorExpr()
1105 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { in getCursorStmt() function in cxcursor
H A DCIndex.cpp512 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()