Searched refs:removeObjCGCAttr (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h183 L.removeObjCGCAttr();
184 R.removeObjCGCAttr();
269 void removeObjCGCAttr() { setObjCGCAttr(GCNone); } function in class:clang::Qualifiers
276 qs.removeObjCGCAttr();
383 removeObjCGCAttr();
/external/clang/lib/Sema/
H A DSemaCast.cpp1042 DestPointeeQuals.removeObjCGCAttr();
1044 SrcPointeeQuals.removeObjCGCAttr();
H A DSemaExprMember.cpp1692 BaseQuals.removeObjCGCAttr();
H A DSemaOverload.cpp2871 FromQuals.removeObjCGCAttr();
2872 ToQuals.removeObjCGCAttr();
4392 T1Quals.removeObjCGCAttr();
4394 T2Quals.removeObjCGCAttr();
11345 difference.removeObjCGCAttr();
H A DSemaTemplateDeduction.cpp1139 DeducedQs.removeObjCGCAttr();
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1907 LV.getQuals().removeObjCGCAttr();
2437 Base.getQuals().removeObjCGCAttr();
2621 LV.getQuals().removeObjCGCAttr();
H A DCGDebugInfo.cpp530 Qc.removeObjCGCAttr();

Completed in 351 milliseconds