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

  /external/clang/tools/libclang/
CIndexCXX.cpp 37 spec = getCursorDecl(C)->getAccess();
61 = dyn_cast_or_null<TemplateDecl>(getCursorDecl(C)))
69 getCursorDecl(C))) {
90 Decl *D = getCursorDecl(C);
CIndexHigh.cpp 36 getTopOverriddenMethods(TU, cxcursor::getCursorDecl(*I), Methods);
139 Decl *D = cxcursor::getCursorDecl(declCursor);
204 Decl *Dcl = cxcursor::getCursorDecl(declCursor);
CIndex.cpp 229 StmtParent = getCursorDecl(Parent);
235 StmtParent = getCursorDecl(Parent);
372 Decl *D = getCursorDecl(Cursor);
467 Decl *D = getCursorDecl(Cursor);
    [all...]
CXCursor.cpp 703 Decl *cxcursor::getCursorDecl(CXCursor Cursor) {
804 Decl *D = getCursorDecl(cursor);
838 cast<ObjCMethodDecl>(getCursorDecl(cursor))
858 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor))
1003 Decl *decl = getCursorDecl(cursor);
    [all...]
CXType.cpp 124 Decl *D = cxcursor::getCursorDecl(C);
357 Decl *D = cxcursor::getCursorDecl(C);
CXCursor.h 189 Decl *getCursorDecl(CXCursor Cursor);
CIndexUSRs.cpp 835 Decl *D = cxcursor::getCursorDecl(C);

Completed in 190 milliseconds