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.cpp936 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor)); in getCursorExpr()
939 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { in getCursorStmt() function in cxcursor
DCIndex.cpp501 if (const Stmt *S = getCursorStmt(Cursor)) in VisitChildren()
3670 const CompoundStmt *compoundStmt = dyn_cast_or_null<CompoundStmt>(getCursorStmt(C)); in clang_Cursor_Evaluate()
4227 const Stmt *S = getCursorStmt(C); in clang_getCursorSpelling()
4287 const Stmt *S = getCursorStmt(C); in clang_Cursor_getSpellingNameRange()
5227 getCursorStmt(C)->getLocStart()); in clang_getCursorLocation()
5358 return getCursorStmt(C)->getSourceRange(); in getRawCursorExtent()
5499 const Stmt *S = getCursorStmt(C); in clang_getCursorReferenced()