Searched refs:CXType (Results 1 - 6 of 6) sorted by relevance
/external/clang/tools/libclang/ |
H A D | CXType.h | 26 CXType MakeCXType(QualType T, CXTranslationUnit TU);
|
H A D | CXType.cpp | 18 #include "CXType.h" 103 CXType cxtype::MakeCXType(QualType T, CXTranslationUnit TU) { 131 CXType CT = { TK, { TK == CXType_Invalid ? nullptr 138 static inline QualType GetQualType(CXType CT) { 142 static inline CXTranslationUnit GetTU(CXType CT) { 148 CXType clang_getCursorType(CXCursor C) { 223 CXString clang_getTypeSpelling(CXType CT) { 238 CXType clang_getTypedefDeclUnderlyingType(CXCursor C) { 256 CXType clang_getEnumDeclIntegerType(CXCursor C) { 321 CXType clang_getCanonicalTyp [all...] |
H A D | CXCursor.cpp | 19 #include "CXType.h" 1230 CXType clang_Cursor_getTemplateArgumentType(CXCursor C, unsigned I) { 1511 CXType clang_Cursor_getReceiverType(CXCursor C) {
|
H A D | CIndex.cpp | 22 #include "CXType.h" 3390 CXString clang_Type_getObjCEncoding(CXType CT) { 7544 CXType clang_getIBOutletCollectionType(CXCursor C) {
|
/external/clang/include/clang-c/ |
H A D | Index.h | 3020 } CXType; typedef in typeref:struct:__anon1353 3025 CINDEX_LINKAGE CXType clang_getCursorType(CXCursor C); 3033 CINDEX_LINKAGE CXString clang_getTypeSpelling(CXType CT); 3041 CINDEX_LINKAGE CXType clang_getTypedefDeclUnderlyingType(CXCursor C); 3049 CINDEX_LINKAGE CXType clang_getEnumDeclIntegerType(CXCursor C); 3154 * \brief Retrieve a CXType representing the type of a TemplateArgument of a 3171 CINDEX_LINKAGE CXType clang_Cursor_getTemplateArgumentType(CXCursor C, 3220 CINDEX_LINKAGE unsigned clang_equalTypes(CXType A, CXType B); 3223 * \brief Return the canonical type for a CXType [all...] |
/external/clang/tools/c-index-test/ |
H A D | c-index-test.c | 803 CXType T = 849 CXType T = clang_Cursor_getTemplateArgumentType(Cursor, I); 1298 static void PrintTypeAndTypeKind(CXType T, const char *Format) { 1319 CXType T = clang_getCursorType(cursor); 1335 CXType CT = clang_getCanonicalType(T); 1342 CXType RT = clang_getCursorResultType(cursor); 1354 CXType T = clang_getCursorType(clang_Cursor_getArgument(cursor, i)); 1369 CXType TArg = clang_Type_getTemplateArgumentAsType(T, i); 1381 CXType PT = clang_getPointeeType(T); 1410 CXType [all...] |
Completed in 7117 milliseconds