Lines Matching refs:SS
288 CXXScopeSpec SS; in ParseConceptDefinition() local
290 SS, /*ObjectType=*/nullptr, in ParseConceptDefinition()
294 SS.isInvalid()) { in ParseConceptDefinition()
299 if (SS.isNotEmpty()) in ParseConceptDefinition()
300 Diag(SS.getBeginLoc(), in ParseConceptDefinition()
304 if (ParseUnqualifiedId(SS, /*ObjectType=*/nullptr, in ParseConceptDefinition()
614 CXXScopeSpec SS; in TryAnnotateTypeConstraint() local
616 if (ParseOptionalCXXScopeSpecifier(SS, /*ObjectType=*/nullptr, in TryAnnotateTypeConstraint()
638 auto TNK = Actions.isTemplateName(getCurScope(), SS, in TryAnnotateTypeConstraint()
648 if (SS.isNotEmpty()) in TryAnnotateTypeConstraint()
649 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
656 if (AnnotateTemplateIdToken(PossibleConcept, TNK, SS, in TryAnnotateTypeConstraint()
664 if (SS.isNotEmpty()) in TryAnnotateTypeConstraint()
665 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
1248 CXXScopeSpec &SS, in AnnotateTemplateIdToken() argument
1287 getCurScope(), SS, TemplateKWLoc, Template, in AnnotateTemplateIdToken()
1293 if (SS.isNotEmpty()) in AnnotateTemplateIdToken()
1294 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdToken()
1350 CXXScopeSpec &SS, ImplicitTypenameContext AllowImplicitTypename, in AnnotateTemplateIdTokenAsType() argument
1365 getCurScope(), SS, TemplateId->TemplateKWLoc, in AnnotateTemplateIdTokenAsType()
1373 if (SS.isNotEmpty()) // it was a C++ qualified type name. in AnnotateTemplateIdTokenAsType()
1374 Tok.setLocation(SS.getBeginLoc()); in AnnotateTemplateIdTokenAsType()
1406 CXXScopeSpec SS; // nested-name-specifier, if present in ParseTemplateTemplateArgument() local
1407 ParseOptionalCXXScopeSpecifier(SS, /*ObjectType=*/nullptr, in ParseTemplateTemplateArgument()
1413 if (SS.isSet() && Tok.is(tok::kw_template)) { in ParseTemplateTemplateArgument()
1431 Actions.ActOnTemplateName(getCurScope(), SS, TemplateKWLoc, Name, in ParseTemplateTemplateArgument()
1434 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation); in ParseTemplateTemplateArgument()
1448 getCurScope(), SS, in ParseTemplateTemplateArgument()
1455 Result = ParsedTemplateArgument(SS, Template, Name.StartLocation); in ParseTemplateTemplateArgument()