Searched refs:MakeCXType (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | CXType.cpp | 101 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType() function in cxtype 107 return MakeCXType(ATT->getModifiedType(), TU); in MakeCXType() 123 return MakeCXType(DT->getOriginalType(), TU); in MakeCXType() 134 using cxtype::MakeCXType; 151 return MakeCXType(QualType(), TU); in clang_getCursorType() 156 return MakeCXType(T, TU); in clang_getCursorType() 162 return MakeCXType(QualType(), TU); in clang_getCursorType() 165 return MakeCXType(Context.getTypeDeclType(TD), TU); in clang_getCursorType() 167 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType() 169 return MakeCXType(DD->getType(), TU); in clang_getCursorType() [all …]
|
D | CXType.h | 26 CXType MakeCXType(QualType T, CXTranslationUnit TU);
|
D | CXCursor.cpp | 1206 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType() 1210 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType() 1213 return cxtype::MakeCXType(TA.getAsType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType() 1490 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType() 1492 return cxtype::MakeCXType(QualType(), TU); in clang_Cursor_getReceiverType()
|
D | CIndex.cpp | 5186 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), in clang_getCursorReferenced() 7122 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType() 7127 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
|