Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Strong

1968     return Qualifiers::Strong;
1978 case Qualifiers::OCL_Strong: return Qualifiers::Strong;
1986 // Treat unqualified retainable pointers as strong.
1988 return Qualifiers::Strong;
2023 /// Whether we're generating the strong layout or the weak layout.
2075 /*for strong layout*/ true);
2136 if (GCAttr == Qualifiers::Strong) {
4746 if ((ForStrongLayout && GCAttr == Qualifiers::Strong)
4755 /// strong/weak references and creating a bitmap. The bitmap is also
4925 // If this is MRC, and we're either building a strong layout or there
4987 ForStrongLayout ? "strong" : "weak",