Searched refs:WasScopeAnnotation (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | Parser.cpp | 1628 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateName() local 1638 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation)) in TryAnnotateName() 1651 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation)) in TryAnnotateName() 1689 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1755 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1768 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1775 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1810 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateName() 1947 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeOrScopeToken() local 1956 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation); in TryAnnotateTypeOrScopeToken()
|
H A D | ParseTemplate.cpp | 696 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); in TryAnnotateTypeConstraint() local 730 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint() 746 AnnotateScopeToken(SS, !WasScopeAnnotation); in TryAnnotateTypeConstraint()
|