Searched refs:IsSubst (Results 1 – 1 of 1) sorted by relevance
2933 bool IsSubst = false; in parseName() local2935 Result = getDerived().parseUnscopedName(State, &IsSubst); in parseName()2941 if (!IsSubst) in parseName()2950 } else if (IsSubst) { in parseName()3021 else if (IsSubst && Std == nullptr) { in parseUnscopedName()3023 *IsSubst = true; in parseUnscopedName()4395 bool IsSubst = false; in parseType() local4396 Result = getDerived().parseUnscopedName(nullptr, &IsSubst); in parseType()4410 if (look() == 'I' && (!IsSubst || TryToParseTemplateArgs)) { in parseType()4411 if (!IsSubst) in parseType()[all …]