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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 4317          I = Entry.begin(), E = Entry.end(); I != E; ++I)
 4317          I = Entry.begin(), E = Entry.end(); I != E; ++I)
 4318     if (isa<llvm::AllocaInst>(*I) && !AllocasToIgnore.count(&*I))
 4318     if (isa<llvm::AllocaInst>(*I) && !AllocasToIgnore.count(&*I))
 4319       Locals.push_back(&*I);