Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp9831 class TypeStringCache { class
9843 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache() function in __anon6bad40bc1a11::TypeStringCache
9873 mutable TypeStringCache TSC;
9945 void TypeStringCache::addIncomplete(const IdentifierInfo *ID, in addIncomplete()
9963 bool TypeStringCache::removeIncomplete(const IdentifierInfo *ID) { in removeIncomplete()
9992 void TypeStringCache::addIfComplete(const IdentifierInfo *ID, StringRef Str, in addIfComplete()
10013 StringRef TypeStringCache::lookupStr(const IdentifierInfo *ID) { in lookupStr()
10045 TypeStringCache &TSC);
10125 TypeStringCache &TSC);
10133 TypeStringCache &TSC) { in extractFieldType()
[all …]