Searched refs:TypeStringCache (Results 1 – 1 of 1) sorted by relevance
7328 class TypeStringCache { class7340 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache() function in __anonbc557ed21411::TypeStringCache7370 mutable TypeStringCache TSC;7438 void TypeStringCache::addIncomplete(const IdentifierInfo *ID, in addIncomplete()7456 bool TypeStringCache::removeIncomplete(const IdentifierInfo *ID) { in removeIncomplete()7485 void TypeStringCache::addIfComplete(const IdentifierInfo *ID, StringRef Str, in addIfComplete()7506 StringRef TypeStringCache::lookupStr(const IdentifierInfo *ID) { in lookupStr()7537 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC);7600 TypeStringCache &TSC);7608 TypeStringCache &TSC) { in extractFieldType()[all …]