Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp275 return cxtype::MakeCXType(getCursorCXXBaseSpecifier(C)->getType(), TU); in clang_getCursorType()
H A DCXCursor.cpp1009 const CXXBaseSpecifier *cxcursor::getCursorCXXBaseSpecifier(CXCursor C) { in getCursorCXXBaseSpecifier() function in cxcursor
H A DCIndex.cpp558 if (const CXXBaseSpecifier *Base = getCursorCXXBaseSpecifier(Cursor)) { in VisitChildren()
4839 const CXXBaseSpecifier *B = getCursorCXXBaseSpecifier(C); in clang_getCursorSpelling()
6247 const CXXBaseSpecifier *BaseSpec = getCursorCXXBaseSpecifier(C); in clang_getCursorLocation()
6389 return getCursorCXXBaseSpecifier(C)->getSourceRange(); in getRawCursorExtent()
6601 const CXXBaseSpecifier *B = cxcursor::getCursorCXXBaseSpecifier(C); in clang_getCursorReferenced()