reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2505     if (Sel == RetainSel || Sel == AutoreleaseSel) {
 2505     if (Sel == RetainSel || Sel == AutoreleaseSel) {
 2509     if (Sel == ReleaseSel) {
 2514   llvm::Value *cmd = GetSelector(CGF, Sel);
 2597       llvm::MDString::get(VMContext, Sel.getAsString()),