reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Parse/Parser.h
  821   void AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation);

References

tools/clang/lib/Parse/ParseDecl.cpp
 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.cpp
 1630       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);