Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10275 class TypeStringCache { class
10287 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache() function in __anon0040e4081b11::TypeStringCache
10317 mutable TypeStringCache TSC;
10390 void TypeStringCache::addIncomplete(const IdentifierInfo *ID, in addIncomplete()
10408 bool TypeStringCache::removeIncomplete(const IdentifierInfo *ID) { in removeIncomplete()
10437 void TypeStringCache::addIfComplete(const IdentifierInfo *ID, StringRef Str, in addIfComplete()
10458 StringRef TypeStringCache::lookupStr(const IdentifierInfo *ID) { in lookupStr()
10490 TypeStringCache &TSC);
10644 TypeStringCache &TSC);
10652 TypeStringCache &TSC) { in extractFieldType()
[all …]