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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 2286         PreviousDefaultArgLoc = NewDefaultLoc;
 2291         PreviousDefaultArgLoc = OldTypeParm->getDefaultArgumentLoc();
 2294         PreviousDefaultArgLoc = NewTypeParm->getDefaultArgumentLoc();
 2331         PreviousDefaultArgLoc = NewDefaultLoc;
 2336         PreviousDefaultArgLoc = OldNonTypeParm->getDefaultArgumentLoc();
 2339         PreviousDefaultArgLoc = NewNonTypeParm->getDefaultArgumentLoc();
 2375         PreviousDefaultArgLoc = NewDefaultLoc;
 2380         PreviousDefaultArgLoc
 2384         PreviousDefaultArgLoc
 2416       Diag(PreviousDefaultArgLoc, diag::note_template_param_prev_default_arg);