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

References

tools/clang/lib/Parse/ParseExprCXX.cpp
  390     Sema::NestedNameSpecInfo IdInfo(&II, Tok.getLocation(), Next.getLocation(),
  395     if (Next.is(tok::colon) && !ColonIsSacred) {
  402         Diag(Next, diag::err_unexpected_colon_in_nested_name_spec)
  403           << FixItHint::CreateReplacement(Next.getLocation(), "::");
  405         Next.setKind(tok::coloncolon);
  409     if (Next.is(tok::coloncolon) && GetLookAheadToken(2).is(tok::l_brace)) {
  417       Next = NextToken();         // Point Next at the '{' token.
  420     if (Next.is(tok::coloncolon)) {
  433               << FixItHint::CreateReplacement(Next.getLocation(), ":");
  474     CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS);
  478     if (Next.is(tok::less)) {