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

References

tools/clang/lib/AST/DeclObjC.cpp
  147       for (const auto *P : Cat->properties())
  394   for (auto *Prop : properties()) {
  400     for (auto *Prop : ClassExt->properties()) {
 1926     for (auto *Prop : PDecl->properties()) {
 1945     for (auto *Prop : PDecl->properties()) {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2505       for (auto *PD : ClassExt->properties()) {
 2509     for (const auto *PD : ID->properties()) {
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3291       for (const auto *PD : Proto->properties()) {
 3306       for (auto *PD : ClassExt->properties()) {
 3313   for (const auto *PD : OCD->properties()) {
tools/clang/lib/CodeGen/CGObjCMac.cpp
 3221   for (const auto *PD : Proto->properties()) {
 3261       for (auto *PD : ClassExt->properties()) {
 3268   for (const auto *PD : OCD->properties()) {
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3981       for (auto *I : CDecl->properties())
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1706     for (auto *Prop : IDecl->properties()) {
 1726     for (auto *Prop : CATDecl->properties()) {
 1740     for (auto *Prop : PDecl->properties()) {
 2028       for (auto *PropDecl : PDecl->properties()) {
 2117   for (auto *Prop : IDecl->properties())
 2120     for (auto *Prop : Ext->properties())