Searched refs:IsSubst (Results 1 – 1 of 1) sorted by relevance
3069 bool IsSubst = false; in parseName() local3071 Result = getDerived().parseUnscopedName(State, &IsSubst); in parseName()3077 if (!IsSubst) in parseName()3086 } else if (IsSubst) { in parseName()3140 bool *IsSubst) { in parseUnscopedName() argument3157 else if (IsSubst && Std == nullptr) { in parseUnscopedName()3159 *IsSubst = true; in parseUnscopedName()4635 bool IsSubst = false; in parseType() local4636 Result = getDerived().parseUnscopedName(nullptr, &IsSubst); in parseType()4650 if (look() == 'I' && (!IsSubst || TryToParseTemplateArgs)) { in parseType()[all …]