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

References

tools/clang/lib/Parse/ParseExpr.cpp
 3186       Diag(PlatformIdentifier->Loc,
 3192     return AvailabilitySpec(Version, Platform, PlatformIdentifier->Loc,
tools/clang/lib/Parse/ParseStmt.cpp
 2062                      Hint.PragmaNameLoc->Loc, ArgHints, 4,
tools/clang/lib/Sema/ParsedAttr.cpp
   31   Result->Loc = Loc;
tools/clang/lib/Sema/SemaDeclAttr.cpp
  373     Diag(Loc->Loc, diag::err_attribute_argument_type)
  375         << FixItHint::CreateInsertion(Loc->Loc, "\"")
  376         << FixItHint::CreateInsertion(getLocForEndOfToken(Loc->Loc), "\"");
  379       *ArgLocation = Loc->Loc;
 1111       S.Diag(IL->Loc, diag::warn_attribute_type_not_supported) << AL
 1156       Loc = Ident->Loc;
 1184       S.Diag(Ident->Loc, diag::warn_attribute_type_not_supported)
 1216       S.Diag(IL->Loc, diag::warn_attribute_type_not_supported) << AL
 1263       S.Diag(Ident->Loc, diag::warn_attribute_type_not_supported) << AL
 1285       S.Diag(Ident->Loc, diag::warn_attribute_type_not_supported) << AL
 1906       S.Diag(CPUArg->Loc, diag::err_invalid_cpu_specific_dispatch_value)
 2357     S.Diag(Platform->Loc, diag::warn_availability_unknown_platform)
 2564     S.Diag(IL->Loc, diag::warn_attribute_type_not_supported) << AL << IL->Ident;
 3380             << IdLoc->Ident << IdLoc->Loc;
 3384       SR = SourceRange(IdLoc->Loc);
tools/clang/lib/Sema/SemaType.cpp
 5332   Arg->Loc = SourceLocation();