Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAttributedType

3559       T = Context.getAttributedType(
5184 type = S.Context.getAttributedType(
5197 type = S.Context.getAttributedType(AttributedType::attr_objc_ownership,
5299 type = S.Context.getAttributedType(AttributedType::attr_objc_gc,
5497 Type = S.Context.getAttributedType(TAK, Type, Type);
5601 type = Context.getAttributedType(
5632 equivType = Context.getAttributedType(attrKind, equivType, equivType);
5637 type = Context.getAttributedType(AttributedType::attr_objc_kindof,
5909 type = S.Context.getAttributedType(CCAttrKind, type, Equivalent);