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

  /external/clang/tools/libclang/
CXCursor.cpp 871 const Expr *cxcursor::getCursorExpr(CXCursor Cursor) {
929 cast<ObjCMessageExpr>(getCursorExpr(cursor))
947 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor))
972 const Expr *E = getCursorExpr(cursor);
1042 const Expr *E = cxcursor::getCursorExpr(C);
    [all...]
CXCursor.h 245 const Expr *getCursorExpr(CXCursor Cursor);
CIndex.cpp 510 if (const Expr *E = getCursorExpr(Cursor))
    [all...]
CXType.cpp 149 QualType T = cxcursor::getCursorExpr(C)->getType();

Completed in 131 milliseconds