Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.h246 const Stmt *getCursorStmt(CXCursor Cursor);
H A DCXCursor.cpp872 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor)); in getCursorExpr()
875 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { in getCursorStmt() function in cxcursor
H A DCIndex.cpp504 if (const Stmt *S = getCursorStmt(Cursor)) in VisitChildren()
3606 const Stmt *S = getCursorStmt(C);
3653 const Stmt *S = getCursorStmt(C);
4547 getCursorStmt(C)->getLocStart()); in clang_getCursorLocation()
4678 return getCursorStmt(C)->getSourceRange(); in getRawCursorExtent()
4819 const Stmt *S = getCursorStmt(C); in clang_getCursorReferenced()