Searched refs:WasScopeAnnotation (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 1631 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local 1641 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation)) in TryAnnotateName() 1654 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation)) in TryAnnotateName() 1692 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1758 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1771 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1778 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1813 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1950 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local 1959 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation); in TryAnnotateTypeOrScopeToken()
|
| H A D | ParseTemplate.cpp | 696 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeConstraint() local 730 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint() 746 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
|