Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2661 bool IsSubst = false; in parseName() local
2663 Result = getDerived().parseUnscopedName(State, &IsSubst); in parseName()
2669 if (!IsSubst) in parseName()
2678 } else if (IsSubst) { in parseName()
2745 else if (IsSubst && Std == nullptr) { in parseUnscopedName()
2747 *IsSubst = true; in parseUnscopedName()
4059 bool IsSubst = false; in parseType() local
4060 Result = getDerived().parseUnscopedName(nullptr, &IsSubst); in parseType()
4074 if (look() == 'I' && (!IsSubst || TryToParseTemplateArgs)) { in parseType()
4075 if (!IsSubst) in parseType()
[all …]
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h2661 bool IsSubst = false; in parseName() local
2663 Result = getDerived().parseUnscopedName(State, &IsSubst); in parseName()
2669 if (!IsSubst) in parseName()
2678 } else if (IsSubst) { in parseName()
2745 else if (IsSubst && Std == nullptr) { in parseUnscopedName()
2747 *IsSubst = true; in parseUnscopedName()
4059 bool IsSubst = false; in parseType() local
4060 Result = getDerived().parseUnscopedName(nullptr, &IsSubst); in parseType()
4074 if (look() == 'I' && (!IsSubst || TryToParseTemplateArgs)) { in parseType()
4075 if (!IsSubst) in parseType()
[all …]