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.c1298 static void PrintTypeAndTypeKind(CXType T, const char *Format) { in PrintTypeAndTypeKind() function
1322 PrintTypeAndTypeKind(T, " [type=%s] [typekind=%s]"); in PrintType()
1337 PrintTypeAndTypeKind(CT, " [canonicaltype=%s] [canonicaltypekind=%s]"); in PrintType()
1344 PrintTypeAndTypeKind(RT, " [resulttype=%s] [resulttypekind=%s]"); in PrintType()
1356 PrintTypeAndTypeKind(T, " [%s] [%s]"); in PrintType()
1371 PrintTypeAndTypeKind(TArg, " [type=%s] [typekind=%s]"); in PrintType()
1383 PrintTypeAndTypeKind(PT, " [pointeetype=%s] [pointeekind=%s]"); in PrintType()
1416 PrintTypeAndTypeKind(T, " [type=%s] [typekind=%s]"); in PrintTypeSize()
1536PrintTypeAndTypeKind(clang_getCursorType(typeDeclaration), " [typedeclaration=%s] [typekind=%s]\n"… in PrintTypeDeclaration()