Lines Matching refs:WasScopeAnnotation
1775 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local
1785 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation, in TryAnnotateName()
1799 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation, in TryAnnotateName()
1838 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1904 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1917 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1924 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1946 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1953 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
2092 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local
2101 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation, in TryAnnotateTypeOrScopeToken()