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

References

tools/clang/lib/Parse/ParseDeclCXX.cpp
 3114     if (TryConsumeToken(tok::colon, EndLoc)) {
 3115     } else if (TryConsumeToken(tok::semi, EndLoc)) {
 3116       Diag(EndLoc, diag::err_expected)
 3117           << tok::colon << FixItHint::CreateReplacement(EndLoc, ":");
 3119       EndLoc = ASLoc.getLocWithOffset(TokLength);
 3120       Diag(EndLoc, diag::err_expected)
 3121           << tok::colon << FixItHint::CreateInsertion(EndLoc, ":");
 3130     if (Actions.ActOnAccessSpecifier(NewAS, ASLoc, EndLoc, AccessAttrs)) {