Searched refs:TypeNames (Results 1 – 5 of 5) sorted by relevance
160 struct TypeNames { struct175 extern const TypeNames gTypeNames[]; argument
398 const TypeNames gTypeNames[] = {
87 template<typename ...TypeNames> struct count { // expected-note{{parameter pack 'TypeNames' declare…
99 TypeMap TypeNames; member in __anonfc167a6d0111::CppWriter397 TypeMap::iterator I = TypeNames.find(Ty); in getCppName()398 if (I != TypeNames.end()) in getCppName()425 return TypeNames[Ty] = name; in getCppName()
1717 TEST_F(MiscTest, TypeNames) { in TEST_F() argument