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

References

gen/tools/clang/include/clang/Basic/DiagnosticIndexName.inc
 2667 DIAG_NAME_INDEX(err_unexpected_at)
tools/clang/lib/Parse/ParseDecl.cpp
 4201         Diag(Tok, diag::err_unexpected_at);
tools/clang/lib/Parse/ParseObjc.cpp
   88     Diag(AtLoc, diag::err_unexpected_at);
 2835       return ExprError(Diag(AtLoc, diag::err_unexpected_at));
 2861           return ExprError(Diag(AtLoc, diag::err_unexpected_at) <<
 2865           return ExprError(Diag(AtLoc, diag::err_unexpected_at));