Searched refs:CXType (Results 1 – 7 of 7) sorted by relevance
99 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType()117 CXType CT = { TK, { TK == CXType_Invalid ? 0 : T.getAsOpaquePtr(), TU }}; in MakeCXType()123 static inline QualType GetQualType(CXType CT) { in GetQualType()127 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU()133 CXType clang_getCursorType(CXCursor C) { in clang_getCursorType()214 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling()229 CXType clang_getTypedefDeclUnderlyingType(CXCursor C) { in clang_getTypedefDeclUnderlyingType()247 CXType clang_getEnumDeclIntegerType(CXCursor C) { in clang_getEnumDeclIntegerType()312 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType()327 unsigned clang_isConstQualifiedType(CXType CT) { in clang_isConstQualifiedType()[all …]
33 CXType.cpp34 CXType.h
26 CXType MakeCXType(QualType T, CXTranslationUnit TU);
1230 CXType clang_Cursor_getReceiverType(CXCursor C) { in clang_Cursor_getReceiverType()
6254 CXType clang_getIBOutletCollectionType(CXCursor C) { in clang_getIBOutletCollectionType()
2706 } CXType; typedef2711 CINDEX_LINKAGE CXType clang_getCursorType(CXCursor C);2719 CINDEX_LINKAGE CXString clang_getTypeSpelling(CXType CT);2727 CINDEX_LINKAGE CXType clang_getTypedefDeclUnderlyingType(CXCursor C);2735 CINDEX_LINKAGE CXType clang_getEnumDeclIntegerType(CXCursor C);2788 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType B);2798 CINDEX_LINKAGE CXType clang_getCanonicalType(CXType T);2805 CINDEX_LINKAGE unsigned clang_isConstQualifiedType(CXType T);2812 CINDEX_LINKAGE unsigned clang_isVolatileQualifiedType(CXType T);2819 CINDEX_LINKAGE unsigned clang_isRestrictQualifiedType(CXType T);[all …]
705 CXType T = in PrintCursor()1147 static void PrintTypeAndTypeKind(CXType T, const char *Format) { in PrintTypeAndTypeKind()1162 CXType T = clang_getCursorType(cursor); in PrintType()1173 CXType CT = clang_getCanonicalType(T); in PrintType()1180 CXType RT = clang_getCursorResultType(cursor); in PrintType()1192 CXType T = clang_getCursorType(clang_Cursor_getArgument(cursor, i)); in PrintType()1210 CXType T; in PrintTypeSize()2103 CXType T = clang_Cursor_getReceiverType(Cursor); in inspect_cursor_at()