Searched refs:TypeNames (Results 1 – 7 of 7) sorted by relevance
160 struct TypeNames { struct175 extern const TypeNames gTypeNames[]; argument
398 const TypeNames gTypeNames[] = {
162 struct TypeNames { struct177 extern const TypeNames gTypeNames[]; argument
82 template<typename ...TypeNames> struct count { // expected-note{{parameter pack 'TypeNames' declare…
96 TypeMap TypeNames; member in __anon5be4ca330111::CppWriter387 TypeMap::iterator I = TypeNames.find(Ty); in getCppName()388 if (I != TypeNames.end()) in getCppName()415 return TypeNames[Ty] = name; in getCppName()
301 std::map<const Type*,std::string> &TypeNames,