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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 3882         LookupResult R(S, DeclarationName(Parm), SourceLocation(),
 3884         if (S.LookupName(R, S.TUScope)) {
 3884         if (S.LookupName(R, S.TUScope)) {
 3896                 S.Diag(castExpr->getBeginLoc(),
 3899                 S.Diag(TDNDecl->getBeginLoc(), diag::note_declared_at);
 3903                        (S.Context.QIdProtocolsAdoptObjCObjectProtocols(
 3911                 S.Diag(castExpr->getBeginLoc(),
 3914                 S.Diag(TDNDecl->getBeginLoc(), diag::note_declared_at);
 3915                 S.Diag(Target->getBeginLoc(), diag::note_declared_at);
 3921         S.Diag(castExpr->getBeginLoc(),
 3924         S.Diag(TDNDecl->getBeginLoc(), diag::note_declared_at);
 3926           S.Diag(Target->getBeginLoc(), diag::note_declared_at);