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 243 const Stmt *getCursorStmt(CXCursor Cursor);
CXCursor.cpp 936 return dyn_cast_or_null<Expr>(getCursorStmt(Cursor));
939 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) {
    [all...]
CIndex.cpp 501 if (const Stmt *S = getCursorStmt(Cursor))
    [all...]

Completed in 120 milliseconds