Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.h243 const Stmt *getCursorStmt(CXCursor Cursor);
DCXCursor.cpp908 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor)); in getCursorExpr()
911 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { in getCursorStmt() function in cxcursor
DCIndex.cpp504 if (const Stmt *S = getCursorStmt(Cursor)) in VisitChildren()
3826 const Stmt *S = getCursorStmt(C); in clang_getCursorSpelling()
3886 const Stmt *S = getCursorStmt(C); in clang_Cursor_getSpellingNameRange()
4862 getCursorStmt(C)->getLocStart()); in clang_getCursorLocation()
4993 return getCursorStmt(C)->getSourceRange(); in getRawCursorExtent()
5134 const Stmt *S = getCursorStmt(C); in clang_getCursorReferenced()