Home | History | Annotate | Download | only in libclang

Lines Matching refs:CXType

22 #include "CXType.h"
3390 CXString clang_Type_getObjCEncoding(CXType CT) {
5551 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(),
7544 CXType clang_getIBOutletCollectionType(CXCursor C) {
7546 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C));
7551 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C));