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

Declarations

tools/clang/include/clang/AST/DeclTemplate.h
 1335   SourceLocation getDefaultArgumentLoc() const;

References

tools/clang/lib/Sema/SemaTemplate.cpp
 2327         OldDefaultLoc = OldNonTypeParm->getDefaultArgumentLoc();
 2328         NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc();
 2336         PreviousDefaultArgLoc = OldNonTypeParm->getDefaultArgumentLoc();
 2339         PreviousDefaultArgLoc = NewNonTypeParm->getDefaultArgumentLoc();
 5183                             D->getDefaultArgumentLoc(), Modules,
 7741           Diag(NTTP->getDefaultArgumentLoc(),