Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp174 using cxtype::MakeCXType;
234 return MakeCXType(T, TU); in clang_getCursorType()
262 return MakeCXType(T, TU); in clang_getCursorType()
267 return MakeCXType(T, TU); in clang_getCursorType()
272 return MakeCXType(T, TU); in clang_getCursorType()
296 return MakeCXType(QualType(), TU); in clang_getCursorType()
323 return MakeCXType(T, TU); in clang_getTypedefDeclUnderlyingType()
329 return MakeCXType(QualType(), TU); in clang_getTypedefDeclUnderlyingType()
341 return MakeCXType(T, TU); in clang_getEnumDeclIntegerType()
347 return MakeCXType(QualType(), TU); in clang_getEnumDeclIntegerType()
[all …]
H A DCXType.h22 CXType MakeCXType(QualType T, CXTranslationUnit TU);
H A DCXCursor.cpp1483 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1487 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1490 return cxtype::MakeCXType(TA.getAsType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1763 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType()
1766 return cxtype::MakeCXType( in clang_Cursor_getReceiverType()
1779 return cxtype::MakeCXType(receiverTy, TU); in clang_Cursor_getReceiverType()
1783 return cxtype::MakeCXType(QualType(), TU); in clang_Cursor_getReceiverType()
H A DCIndex.cpp6636 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), tu)); in clang_getCursorReferenced()
8976 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
8981 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()