Home
last modified time | relevance | path

Searched refs:MakeCXType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp126 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType() function in cxtype
135 return MakeCXType(ATT->getEquivalentType(), TU); in MakeCXType()
140 return MakeCXType(PTT->getInnerType(), TU); in MakeCXType()
156 return MakeCXType(DT->getOriginalType(), TU); in MakeCXType()
167 using cxtype::MakeCXType;
221 return MakeCXType(QualType(), TU); in clang_getCursorType()
226 return MakeCXType(T, TU); in clang_getCursorType()
232 return MakeCXType(QualType(), TU); in clang_getCursorType()
235 return MakeCXType(Context.getTypeDeclType(TD), TU); in clang_getCursorType()
237 return MakeCXType(Context.getObjCInterfaceType(ID), TU); in clang_getCursorType()
[all …]
H A DCXType.h25 CXType MakeCXType(QualType T, CXTranslationUnit TU);
H A DCXCursor.cpp1410 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1414 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1417 return cxtype::MakeCXType(TA.getAsType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1690 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType()
1693 return cxtype::MakeCXType( in clang_Cursor_getReceiverType()
1706 return cxtype::MakeCXType(receiverTy, TU); in clang_Cursor_getReceiverType()
1710 return cxtype::MakeCXType(QualType(), TU); in clang_Cursor_getReceiverType()
H A DCIndex.cpp6376 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), tu)); in clang_getCursorReferenced()
8651 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
8656 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()