Searched refs:MakeCXType (Results 1 – 3 of 3) sorted by relevance
/external/clang/tools/libclang/ |
D | CXType.cpp | 94 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType() function in cxtype 100 using cxtype::MakeCXType; 119 return MakeCXType(T, TU); in clang_getCursorType() 126 return MakeCXType(Context.getTypeDeclType(TD), TU); in clang_getCursorType() 128 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType() 130 return MakeCXType(VD->getType(), TU); in clang_getCursorType() 132 return MakeCXType(PD->getType(), TU); in clang_getCursorType() 134 return MakeCXType(FD->getType(), TU); in clang_getCursorType() 135 return MakeCXType(QualType(), TU); in clang_getCursorType() 143 return MakeCXType(T, TU); in clang_getCursorType() [all …]
|
D | CXType.h | 26 CXType MakeCXType(QualType T, CXTranslationUnit TU);
|
D | CIndex.cpp | 3911 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), in clang_getCursorReferenced() 5287 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType() 5292 return cxtype::MakeCXType(A->getInterFace(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
|