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

References

tools/clang/lib/Sema/SemaChecking.cpp
13457   owner.Variable = var;
13524         owner.Variable = S.getCurMethodDecl()->getSelfDecl();
13525         if (!owner.Variable)
13600   assert(owner.Variable && owner.Loc.isValid());
13626   if (!block || !block->getBlockDecl()->capturesVariable(owner.Variable))
13629   FindCaptureVisitor visitor(S.Context, owner.Variable);
13637   assert(owner.Variable && owner.Loc.isValid());
13640     << owner.Variable << capturer->getSourceRange();
13846     owner.Variable = getCurMethodDecl()->getSelfDecl();