Home
last modified time | relevance | path

Searched refs:getCursorCXXBaseSpecifier (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexCXX.cpp26 const CXXBaseSpecifier *B = getCursorCXXBaseSpecifier(C); in clang_isVirtualBase()
36 spec = getCursorCXXBaseSpecifier(C)->getAccessSpecifier(); in clang_getCXXAccessSpecifier()
H A DCXCursor.h134 const CXXBaseSpecifier *getCursorCXXBaseSpecifier(CXCursor C);
H A DCXType.cpp277 return cxtype::MakeCXType(getCursorCXXBaseSpecifier(C)->getType(), TU); in clang_getCursorType()
H A DCXCursor.cpp1016 const CXXBaseSpecifier *cxcursor::getCursorCXXBaseSpecifier(CXCursor C) { in getCursorCXXBaseSpecifier() function in cxcursor
H A DCIndex.cpp558 if (const CXXBaseSpecifier *Base = getCursorCXXBaseSpecifier(Cursor)) { in VisitChildren()
4869 const CXXBaseSpecifier *B = getCursorCXXBaseSpecifier(C); in clang_getCursorSpelling()
6281 const CXXBaseSpecifier *BaseSpec = getCursorCXXBaseSpecifier(C); in clang_getCursorLocation()
6423 return getCursorCXXBaseSpecifier(C)->getSourceRange(); in getRawCursorExtent()
6635 const CXXBaseSpecifier *B = cxcursor::getCursorCXXBaseSpecifier(C); in clang_getCursorReferenced()