Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp79 class TypeStringCache { class
91 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache() function in __anonc019d7680111::TypeStringCache
121 mutable TypeStringCache TSC;
194 void TypeStringCache::addIncomplete(const IdentifierInfo *ID, in addIncomplete()
212 bool TypeStringCache::removeIncomplete(const IdentifierInfo *ID) { in removeIncomplete()
241 void TypeStringCache::addIfComplete(const IdentifierInfo *ID, StringRef Str, in addIfComplete()
262 StringRef TypeStringCache::lookupStr(const IdentifierInfo *ID) { in lookupStr()
294 TypeStringCache &TSC);
329 TypeStringCache &TSC);
337 TypeStringCache &TSC) { in extractFieldType()
[all …]