Searched refs:MakeCXType (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | CXType.cpp | 96 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType() function in cxtype 118 using cxtype::MakeCXType; 135 return MakeCXType(QualType(), TU); in clang_getCursorType() 140 return MakeCXType(T, TU); in clang_getCursorType() 146 return MakeCXType(QualType(), TU); in clang_getCursorType() 149 return MakeCXType(Context.getTypeDeclType(TD), TU); in clang_getCursorType() 151 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType() 153 return MakeCXType(VD->getType(), TU); in clang_getCursorType() 155 return MakeCXType(PD->getType(), TU); in clang_getCursorType() 157 return MakeCXType(FD->getType(), TU); in clang_getCursorType() [all …]
|
D | CXType.h | 26 CXType MakeCXType(QualType T, CXTranslationUnit TU);
|
D | CXCursor.cpp | 1194 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType() 1196 return cxtype::MakeCXType(QualType(), TU); in clang_Cursor_getReceiverType()
|
D | CIndex.cpp | 4387 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), in clang_getCursorReferenced() 6054 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType() 6059 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
|