Home
last modified time | relevance | path

Searched refs:TypeStringCache (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp7328 class TypeStringCache { class
7340 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache() function in __anoncb30615c1411::TypeStringCache
7370 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 …]