Searched defs:AutoreleaseSel (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp281 Selector RetainSel, ReleaseSel, AutoreleaseSel; member in class:__anon3601::CGObjCGNU
850 AutoreleaseSel = GetNullarySelector("autorelease", CGM.getContext());
1083 if (Sel == RetainSel || Sel == AutoreleaseSel) {
1186 if (Sel == RetainSel || Sel == AutoreleaseSel) {

Completed in 348 milliseconds