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

/external/clang/tools/libclang/
H A DCXCursor.h246 const Stmt *getCursorStmt(CXCursor Cursor);
H A DCXCursor.cpp830 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor));
833 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { function in class:cxcursor
H A DCIndex.cpp500 if (const Stmt *S = getCursorStmt(Cursor))
3480 const Stmt *S = getCursorStmt(C);
3527 const Stmt *S = getCursorStmt(C);
4350 getCursorStmt(C)->getLocStart());
4481 return getCursorStmt(C)->getSourceRange();
4622 const Stmt *S = getCursorStmt(C);

Completed in 75 milliseconds