Home | History | Annotate | Download | only in libclang

Lines Matching refs:CXType

22 #include "CXType.h"
4933 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(),
6847 CXType clang_getIBOutletCollectionType(CXCursor C) {
6849 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C));
6854 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C));