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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp327 Selector RetainSel, ReleaseSel, AutoreleaseSel; member in class:__anon17845::CGObjCGNU
990 AutoreleaseSel = GetNullarySelector("autorelease", CGM.getContext());
1223 if (Sel == RetainSel || Sel == AutoreleaseSel) {
1327 if (Sel == RetainSel || Sel == AutoreleaseSel) {

Completed in 49 milliseconds