Searched refs:WasScopeAnnotation (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | Parser.cpp | 1683 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local 1693 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation)) in TryAnnotateName() 1706 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation)) in TryAnnotateName() 1744 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1810 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1823 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1830 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1865 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 2002 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local 2011 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation); in TryAnnotateTypeOrScopeToken()
|
| H A D | ParseTemplate.cpp | 720 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeConstraint() local 754 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint() 770 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
|