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

References

tools/clang/lib/Sema/SemaChecking.cpp
13486       if (!findRetainCycleOwner(S, ref->getBase(), owner))
13489       if (ref->isFreeIvar()) owner.setLocsFrom(ref);
13490       owner.Indirect = true;
13497       return considerVariable(var, ref, owner);
13522       owner.Indirect = true;
13524         owner.Variable = S.getCurMethodDecl()->getSelfDecl();
13525         if (!owner.Variable)
13527         owner.Loc = pre->getLocation();
13528         owner.Range = pre->getSourceRange();