Home
last modified time | relevance | path

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

/external/clang/tools/c-index-test/
Dc-index-test.c1282 static void PrintTypeAndTypeKind(CXType T, const char *Format) { in PrintTypeAndTypeKind() function
1306 PrintTypeAndTypeKind(T, " [type=%s] [typekind=%s]"); in PrintType()
1321 PrintTypeAndTypeKind(CT, " [canonicaltype=%s] [canonicaltypekind=%s]"); in PrintType()
1328 PrintTypeAndTypeKind(RT, " [resulttype=%s] [resulttypekind=%s]"); in PrintType()
1340 PrintTypeAndTypeKind(T, " [%s] [%s]"); in PrintType()
1355 PrintTypeAndTypeKind(TArg, " [type=%s] [typekind=%s]"); in PrintType()
1367 PrintTypeAndTypeKind(PT, " [pointeetype=%s] [pointeekind=%s]"); in PrintType()
1400 PrintTypeAndTypeKind(T, " [type=%s] [typekind=%s]"); in PrintTypeSize()