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

References

tools/clang/lib/Parse/Parser.cpp
 1575       ParseOptionalCXXScopeSpecifier(SS, nullptr, EnteringContext))
 1578   if (Tok.isNot(tok::identifier) || SS.isInvalid()) {
 1579     if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation))
 1592     if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(SS, !WasScopeAnnotation))
 1604       getCurScope(), SS, Name, NameLoc, Next, SS.isEmpty() ? CCC : nullptr);
 1604       getCurScope(), SS, Name, NameLoc, Next, SS.isEmpty() ? CCC : nullptr);
 1616         Actions.ClassifyName(getCurScope(), SS, Name, NameLoc, FakeNext,
 1617                              SS.isEmpty() ? CCC : nullptr);
 1629     if (SS.isNotEmpty())
 1630       AnnotateScopeToken(SS, !WasScopeAnnotation);
 1640     if (SS.isNotEmpty())
 1641       BeginLoc = SS.getBeginLoc();
 1674     if (SS.isNotEmpty())
 1675       Tok.setLocation(SS.getBeginLoc());
 1685     if (SS.isNotEmpty())
 1686       AnnotateScopeToken(SS, !WasScopeAnnotation);
 1698     if (SS.isNotEmpty())
 1699       AnnotateScopeToken(SS, !WasScopeAnnotation);
 1705       if (SS.isNotEmpty())
 1706         AnnotateScopeToken(SS, !WasScopeAnnotation);
 1719             Classification.getTemplateNameKind(), SS, SourceLocation(), Id))
 1726   if (SS.isNotEmpty())
 1727     AnnotateScopeToken(SS, !WasScopeAnnotation);