Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp6505 class TypeStringCache { class
6517 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {}; in TypeStringCache() function in __anon464860241211::TypeStringCache
6547 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 …]