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

References

tools/clang/lib/Sema/SemaExpr.cpp
15827       S.Diag(Var->getLocation(), diag::note_previous_decl)
15828       << Var->getDeclName();
15841       S.Diag(Var->getLocation(), diag::note_previous_decl)
15842         << Var->getDeclName();
15857         SourceLocation VarLoc = Var->getLocation();
15864   const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>();
15866       (S.getLangOpts().OpenMP && S.isOpenMPCapturedDecl(Var))) {
15878     BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(),