Searched refs:MakeCXType (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | CXType.cpp | 99 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType() function in cxtype 121 using cxtype::MakeCXType; 138 return MakeCXType(QualType(), TU); in clang_getCursorType() 143 return MakeCXType(T, TU); in clang_getCursorType() 149 return MakeCXType(QualType(), TU); in clang_getCursorType() 152 return MakeCXType(Context.getTypeDeclType(TD), TU); in clang_getCursorType() 154 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType() 157 return MakeCXType(TSInfo->getType(), TU); in clang_getCursorType() 158 return MakeCXType(DD->getType(), TU); in clang_getCursorType() 161 return MakeCXType(VD->getType(), TU); in clang_getCursorType() [all …]
|
D | CXType.h | 26 CXType MakeCXType(QualType T, CXTranslationUnit TU);
|
D | CXCursor.cpp | 1237 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType() 1239 return cxtype::MakeCXType(QualType(), TU); in clang_Cursor_getReceiverType()
|
D | CIndex.cpp | 4468 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), in clang_getCursorReferenced() 6256 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType() 6261 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
|