Searched refs:TypeStringCache (Results 1 – 1 of 1) sorted by relevance
6505 class TypeStringCache { class6517 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {}; in TypeStringCache() function in __anon464860241211::TypeStringCache6547 mutable TypeStringCache TSC;6611 void TypeStringCache::addIncomplete(const IdentifierInfo *ID, in addIncomplete()6629 bool TypeStringCache::removeIncomplete(const IdentifierInfo *ID) { in removeIncomplete()6658 void TypeStringCache::addIfComplete(const IdentifierInfo *ID, StringRef Str, in addIfComplete()6679 StringRef TypeStringCache::lookupStr(const IdentifierInfo *ID) { in lookupStr()6710 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC);6729 TypeStringCache &TSC);6736 TypeStringCache &TSC) { in extractFieldType()[all …]