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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1628 const bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); local
1638 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation))
1651 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation))
1689 AnnotateScopeToken(SS, !WasScopeAnnotation);
1755 AnnotateScopeToken(SS, !WasScopeAnnotation);
1768 AnnotateScopeToken(SS, !WasScopeAnnotation);
1775 AnnotateScopeToken(SS, !WasScopeAnnotation);
1810 AnnotateScopeToken(SS, !WasScopeAnnotation);
1947 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope); local
1956 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation);
[all...]
H A DParseTemplate.cpp696 bool WasScopeAnnotation = Tok.is(tok::annot_cxxscope);
730 AnnotateScopeToken(SS, !WasScopeAnnotation);
746 AnnotateScopeToken(SS, !WasScopeAnnotation);

Completed in 122 milliseconds