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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h184 L.removeObjCGCAttr();
185 R.removeObjCGCAttr();
270 void removeObjCGCAttr() { setObjCGCAttr(GCNone); } function in class:clang::Qualifiers
277 qs.removeObjCGCAttr();
384 removeObjCGCAttr();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1036 DestPointeeQuals.removeObjCGCAttr();
1038 SrcPointeeQuals.removeObjCGCAttr();
H A DSemaExprMember.cpp1713 BaseQuals.removeObjCGCAttr();
H A DSemaOverload.cpp2860 FromQuals.removeObjCGCAttr();
2861 ToQuals.removeObjCGCAttr();
4350 T1Quals.removeObjCGCAttr();
4352 T2Quals.removeObjCGCAttr();
11099 difference.removeObjCGCAttr();
H A DSemaTemplateDeduction.cpp1079 DeducedQs.removeObjCGCAttr();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp1821 LV.getQuals().removeObjCGCAttr();
2389 Base.getQuals().removeObjCGCAttr();
2573 LV.getQuals().removeObjCGCAttr();
H A DCGDebugInfo.cpp537 Qc.removeObjCGCAttr();

Completed in 158 milliseconds