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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp327 Selector RetainSel, ReleaseSel, AutoreleaseSel; member in class:__anon15214::CGObjCGNU
1010 RetainSel = GetNullarySelector("retain", CGM.getContext());
1246 if (Sel == RetainSel || Sel == AutoreleaseSel) {
1349 if (Sel == RetainSel || Sel == AutoreleaseSel) {

Completed in 95 milliseconds