Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp173 using cxtype::MakeCXType;
232 return MakeCXType(T, TU); in clang_getCursorType()
260 return MakeCXType(T, TU); in clang_getCursorType()
265 return MakeCXType(T, TU); in clang_getCursorType()
270 return MakeCXType(T, TU); in clang_getCursorType()
294 return MakeCXType(QualType(), TU); in clang_getCursorType()
321 return MakeCXType(T, TU); in clang_getTypedefDeclUnderlyingType()
327 return MakeCXType(QualType(), TU); in clang_getTypedefDeclUnderlyingType()
339 return MakeCXType(T, TU); in clang_getEnumDeclIntegerType()
345 return MakeCXType(QualType(), TU); in clang_getEnumDeclIntegerType()
[all …]
H A DCXType.h22 CXType MakeCXType(QualType T, CXTranslationUnit TU);
H A DCXCursor.cpp1453 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1457 return cxtype::MakeCXType(QualType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1460 return cxtype::MakeCXType(TA.getAsType(), getCursorTU(C)); in clang_Cursor_getTemplateArgumentType()
1733 return cxtype::MakeCXType(MsgE->getReceiverType(), TU); in clang_Cursor_getReceiverType()
1736 return cxtype::MakeCXType( in clang_Cursor_getReceiverType()
1749 return cxtype::MakeCXType(receiverTy, TU); in clang_Cursor_getReceiverType()
1753 return cxtype::MakeCXType(QualType(), TU); in clang_Cursor_getReceiverType()
H A DCIndex.cpp6602 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), tu)); in clang_getCursorReferenced()
8908 return cxtype::MakeCXType(QualType(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()
8913 return cxtype::MakeCXType(A->getInterface(), cxcursor::getCursorTU(C)); in clang_getIBOutletCollectionType()