Searched refs:CXType (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang-c/ |
| H A D | Index.h | 2838 } CXType; typedef 2843 CINDEX_LINKAGE CXType clang_getCursorType(CXCursor C); 2851 CINDEX_LINKAGE CXString clang_getTypeSpelling(CXType CT); 2859 CINDEX_LINKAGE CXType clang_getTypedefDeclUnderlyingType(CXCursor C); 2867 CINDEX_LINKAGE CXType clang_getEnumDeclIntegerType(CXCursor C); 2991 CINDEX_LINKAGE CXType clang_Cursor_getTemplateArgumentType(CXCursor C, 3042 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType B); 3052 CINDEX_LINKAGE CXType clang_getCanonicalType(CXType T); 3059 CINDEX_LINKAGE unsigned clang_isConstQualifiedType(CXType T); 3084 CINDEX_LINKAGE unsigned clang_isVolatileQualifiedType(CXType T); [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 129 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { in MakeCXType() 169 CXType CT = { TK, { TK == CXType_Invalid ? nullptr in MakeCXType() 176 static inline QualType GetQualType(CXType CT) { in GetQualType() 180 static inline CXTranslationUnit GetTU(CXType CT) { in GetTU() 224 CXType clang_getCursorType(CXCursor C) { in clang_getCursorType() 299 CXString clang_getTypeSpelling(CXType CT) { in clang_getTypeSpelling() 314 CXType clang_getTypedefDeclUnderlyingType(CXCursor C) { in clang_getTypedefDeclUnderlyingType() 332 CXType clang_getEnumDeclIntegerType(CXCursor C) { in clang_getEnumDeclIntegerType() 397 CXType clang_getCanonicalType(CXType CT) { in clang_getCanonicalType() 412 unsigned clang_isConstQualifiedType(CXType CT) { in clang_isConstQualifiedType() [all …]
|
| H A D | CXType.h | 22 CXType MakeCXType(QualType T, CXTranslationUnit TU);
|
| H A D | CMakeLists.txt | 42 CXType.cpp 55 CXType.h
|
| H A D | CXCursor.cpp | 1479 CXType clang_Cursor_getTemplateArgumentType(CXCursor C, unsigned I) { in clang_Cursor_getTemplateArgumentType() 1756 CXType clang_Cursor_getReceiverType(CXCursor C) { in clang_Cursor_getReceiverType()
|
| H A D | CIndex.cpp | 4015 CXString clang_Type_getObjCEncoding(CXType CT) { in clang_Type_getObjCEncoding() 8974 CXType clang_getIBOutletCollectionType(CXCursor C) { in clang_getIBOutletCollectionType()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/libclang/ |
| H A D | BUILD.gn | 89 "CXType.cpp", 90 "CXType.h",
|
| /openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 821 CXType T = clang_getCursorType(Referenced); in PrintCursor() 823 CXType Underlying = clang_getTypedefDeclUnderlyingType(Referenced); in PrintCursor() 975 CXType T = in PrintCursor() 1027 CXType T = clang_Cursor_getTemplateArgumentType(Cursor, I); in PrintCursor() 1512 static void PrintTypeAndTypeKind(CXType T, const char *Format) { in PrintTypeAndTypeKind() 1530 static void PrintTypeTemplateArgs(CXType T, const char *Format) { in PrintTypeTemplateArgs() 1534 CXType TArg; in PrintTypeTemplateArgs() 1549 static void PrintNullabilityKind(CXType T, const char *Format) { in PrintNullabilityKind() 1578 CXType T = clang_getCursorType(cursor); in PrintType() 1579 CXType PT = clang_getPointeeType(T); in PrintType() [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ReleaseNotes.rst | 1143 the behavior of ``QualType::getUnqualifiedType`` for ``CXType``. 1145 the behavior of ``QualType::getNonReferenceType`` for ``CXType``.
|