HomeSort by relevance Sort by last modified time
    Searched refs:getCursorStmt (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
CXCursor.h 246 const Stmt *getCursorStmt(CXCursor Cursor);
CXCursor.cpp 872 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor));
875 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) {
    [all...]
CIndex.cpp 503 if (const Stmt *S = getCursorStmt(Cursor))
    [all...]

Completed in 151 milliseconds