Searched refs:WasScopeAnnotation (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 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 [all …]
|
| H A D | ParseTemplate.cpp | 733 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeConstraint() local 767 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint() 783 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
|