Searched refs:WasScopeAnnotation (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1785 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local 1795 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation, in TryAnnotateName() 1809 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation, in TryAnnotateName() 1848 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1914 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1927 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1934 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1956 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1963 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 2113 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local [all …]
|
H A D | ParseTemplate.cpp | 615 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeConstraint() local 649 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint() 665 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
|