Searched refs:WasScopeAnnotation (Results 1 – 1 of 1) sorted by relevance
1495 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local1503 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation)) in TryAnnotateName()1516 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation)) in TryAnnotateName()1541 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()1594 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()1617 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()1755 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local1762 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation); in TryAnnotateTypeOrScopeToken()