Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp6412 class TypeStringCache { class
6424 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {}; in TypeStringCache() function in __anona890a3f31011::TypeStringCache
6454 mutable TypeStringCache TSC;
6518 void TypeStringCache::addIncomplete(const IdentifierInfo *ID, in addIncomplete()
6536 bool TypeStringCache::removeIncomplete(const IdentifierInfo *ID) { in removeIncomplete()
6565 void TypeStringCache::addIfComplete(const IdentifierInfo *ID, StringRef Str, in addIfComplete()
6586 StringRef TypeStringCache::lookupStr(const IdentifierInfo *ID) { in lookupStr()
6617 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC);
6636 TypeStringCache &TSC);
6643 TypeStringCache &TSC) { in extractFieldType()
[all …]