Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2932 bool IsSubst = false; in parseName() local
2934 Result = getDerived().parseUnscopedName(State, &IsSubst); in parseName()
2940 if (!IsSubst) in parseName()
2949 } else if (IsSubst) { in parseName()
3003 bool *IsSubst) { in parseUnscopedName() argument
3020 else if (IsSubst && Std == nullptr) { in parseUnscopedName()
3022 *IsSubst = true; in parseUnscopedName()
4394 bool IsSubst = false; in parseType() local
4395 Result = getDerived().parseUnscopedName(nullptr, &IsSubst); in parseType()
4409 if (look() == 'I' && (!IsSubst || TryToParseTemplateArgs)) { in parseType()
[all …]