Searched refs:PrintTypeAndTypeKind (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 1501 static void PrintTypeAndTypeKind(CXType T, const char *Format) { in PrintTypeAndTypeKind() function 1528 PrintTypeAndTypeKind(TArg, " [type=%s] [typekind=%s]"); in PrintTypeTemplateArgs() 1571 PrintTypeAndTypeKind(T, " [type=%s] [typekind=%s]"); in PrintType() 1597 PrintTypeAndTypeKind(VT, " [valuetype=%s] [valuetypekind=%s]"); in PrintType() 1603 PrintTypeAndTypeKind(MT, " [modifiedtype=%s] [modifiedtypekind=%s]"); in PrintType() 1610 PrintTypeAndTypeKind(RT, " [resulttype=%s] [resulttypekind=%s]"); in PrintType() 1623 PrintTypeAndTypeKind(T, " [%s] [%s]"); in PrintType() 1634 PrintTypeAndTypeKind(BT, " [basetype=%s] [basekind=%s]"); in PrintType() 1645 PrintTypeAndTypeKind(TA, " [%s] [%s]"); in PrintType() 1670 PrintTypeAndTypeKind(PT, " [pointeetype=%s] [pointeekind=%s]"); in PrintType() [all …]
|