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

  /external/clang/tools/libclang/
CIndexCXX.cpp 29 const CXXBaseSpecifier *B = getCursorCXXBaseSpecifier(C);
39 spec = getCursorCXXBaseSpecifier(C)->getAccessSpecifier();
CXCursor.h 138 const CXXBaseSpecifier *getCursorCXXBaseSpecifier(CXCursor C);
CXType.cpp 201 return cxtype::MakeCXType(getCursorCXXBaseSpecifier(C)->getType(), TU);
CXCursor.cpp 793 const CXXBaseSpecifier *cxcursor::getCursorCXXBaseSpecifier(CXCursor C) {
    [all...]
CIndex.cpp 546 if (const CXXBaseSpecifier *Base = getCursorCXXBaseSpecifier(Cursor)) {
    [all...]

Completed in 72 milliseconds