Home
last modified time | relevance | path

Searched refs:WasScopeAnnotation (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1720 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local
1730 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation, in TryAnnotateName()
1744 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation, in TryAnnotateName()
1783 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1849 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1862 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1869 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
1904 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName()
2043 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local
2052 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation, in TryAnnotateTypeOrScopeToken()
H A DParseTemplate.cpp726 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeConstraint() local
760 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
776 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()