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.c1241 static void PrintTypeAndTypeKind(CXType T, const char *Format) { in PrintTypeAndTypeKind() function
1265 PrintTypeAndTypeKind(T, " [type=%s] [typekind=%s]"); in PrintType()
1280 PrintTypeAndTypeKind(CT, " [canonicaltype=%s] [canonicaltypekind=%s]"); in PrintType()
1287 PrintTypeAndTypeKind(RT, " [resulttype=%s] [resulttypekind=%s]"); in PrintType()
1299 PrintTypeAndTypeKind(T, " [%s] [%s]"); in PrintType()
1314 PrintTypeAndTypeKind(TArg, " [type=%s] [typekind=%s]"); in PrintType()
1326 PrintTypeAndTypeKind(PT, " [pointeetype=%s] [pointeekind=%s]"); in PrintType()
1359 PrintTypeAndTypeKind(T, " [type=%s] [typekind=%s]"); in PrintTypeSize()