Searched refs:MakeCXType (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | CXType.cpp | 103 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType() function in cxtype 109 return MakeCXType(ATT->getModifiedType(), TU); in MakeCXType() 125 return MakeCXType(DT->getOriginalType(), TU); in MakeCXType() 136 using cxtype::MakeCXType; 153 return MakeCXType(QualType(), TU); in clang_getCursorType() 158 return MakeCXType(T, TU); in clang_getCursorType() 164 return MakeCXType(QualType(), TU); in clang_getCursorType() 167 return MakeCXType(Context.getTypeDeclType(TD), TU); in clang_getCursorType() 169 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType() 171 return MakeCXType(DD->getType(), TU); in clang_getCursorType() [all …]
|
D | CXType.h | 26 CXType MakeCXType(QualType T, CXTranslationUnit TU);
|
D | CXCursor.cpp | 1234 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType() 1238 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType() 1241 return cxtype::MakeCXType(TA.getAsType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType() 1518 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType() 1520 return cxtype::MakeCXType(QualType(), TU); in clang_Cursor_getReceiverType()
|
D | CIndex.cpp | 5551 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), in clang_getCursorReferenced() 7546 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType() 7551 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
|