reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
821 void AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation);
2602 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); 2729 AnnotateScopeToken(*SS, /*IsNewAnnotation*/false); 5543 AnnotateScopeToken(SS, true);tools/clang/lib/Parse/ParseExprCXX.cpp
2861 AnnotateScopeToken(SS, /*NewAnnotation*/true);
tools/clang/lib/Parse/Parser.cpp1630 AnnotateScopeToken(SS, !WasScopeAnnotation); 1686 AnnotateScopeToken(SS, !WasScopeAnnotation); 1699 AnnotateScopeToken(SS, !WasScopeAnnotation); 1706 AnnotateScopeToken(SS, !WasScopeAnnotation); 1727 AnnotateScopeToken(SS, !WasScopeAnnotation); 1983 AnnotateScopeToken(SS, IsNewScope); 2007 AnnotateScopeToken(SS, true);