Searched refs:WasScopeAnnotation (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 1692 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local 1702 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation, in TryAnnotateName() 1716 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation, in TryAnnotateName() 1756 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1822 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1836 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1843 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1866 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1873 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 2006 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local [all …]
|
| H A D | ParseTemplate.cpp | 537 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeConstraint() local 571 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint() 587 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
|