Searched refs:MakeCXType (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | CXType.cpp | 100 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType() function in cxtype 117 return MakeCXType(DT->getOriginalType(), TU); in MakeCXType() 128 using cxtype::MakeCXType; 145 return MakeCXType(QualType(), TU); in clang_getCursorType() 150 return MakeCXType(T, TU); in clang_getCursorType() 156 return MakeCXType(QualType(), TU); in clang_getCursorType() 159 return MakeCXType(Context.getTypeDeclType(TD), TU); in clang_getCursorType() 161 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType() 164 return MakeCXType(TSInfo->getType(), TU); in clang_getCursorType() 165 return MakeCXType(DD->getType(), TU); in clang_getCursorType() [all …]
|
D | CXType.h | 26 CXType MakeCXType(QualType T, CXTranslationUnit TU);
|
D | CXCursor.cpp | 1170 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType() 1174 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType() 1177 return cxtype::MakeCXType(TA.getAsType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType() 1453 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType() 1455 return cxtype::MakeCXType(QualType(), TU); in clang_Cursor_getReceiverType()
|
D | CIndex.cpp | 4933 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), in clang_getCursorReferenced() 6849 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType() 6854 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
|