Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp7328 class TypeStringCache { class
7340 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache() function in __anona890a3f31411::TypeStringCache
7370 mutable TypeStringCache TSC;
7438 void TypeStringCache::addIncomplete(const IdentifierInfo *ID, in addIncomplete()
7456 bool TypeStringCache::removeIncomplete(const IdentifierInfo *ID) { in removeIncomplete()
7485 void TypeStringCache::addIfComplete(const IdentifierInfo *ID, StringRef Str, in addIfComplete()
7506 StringRef TypeStringCache::lookupStr(const IdentifierInfo *ID) { in lookupStr()
7537 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC);
7600 TypeStringCache &TSC);
7608 TypeStringCache &TSC) { in extractFieldType()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp9688 class TypeStringCache { class
9700 TypeStringCache() : IncompleteCount(0), IncompleteUsedCount(0) {} in TypeStringCache() function in __anon57a50d411a11::TypeStringCache
9730 mutable TypeStringCache TSC;
9802 void TypeStringCache::addIncomplete(const IdentifierInfo *ID, in addIncomplete()
9820 bool TypeStringCache::removeIncomplete(const IdentifierInfo *ID) { in removeIncomplete()
9849 void TypeStringCache::addIfComplete(const IdentifierInfo *ID, StringRef Str, in addIfComplete()
9870 StringRef TypeStringCache::lookupStr(const IdentifierInfo *ID) { in lookupStr()
9902 TypeStringCache &TSC);
9963 TypeStringCache &TSC);
9971 TypeStringCache &TSC) { in extractFieldType()
[all …]