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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp334 Selector RetainSel, ReleaseSel, AutoreleaseSel; member in class:__anon3800::CGObjCGNU
998 RetainSel = GetNullarySelector("retain", CGM.getContext());
1240 if (Sel == RetainSel || Sel == AutoreleaseSel) {
1350 if (Sel == RetainSel || Sel == AutoreleaseSel) {

Completed in 122 milliseconds