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

Declarations

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

References

tools/clang/lib/Sema/SemaTemplate.cpp
 1875                               TTP->getDefaultArgumentLoc(), TTP->getDeclName());
 2282         OldDefaultLoc = OldTypeParm->getDefaultArgumentLoc();
 2283         NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc();
 2291         PreviousDefaultArgLoc = OldTypeParm->getDefaultArgumentLoc();
 2294         PreviousDefaultArgLoc = NewTypeParm->getDefaultArgumentLoc();
 4647                           Param->getDefaultArgumentLoc(), Param->getDeclName());
 5183                             D->getDefaultArgumentLoc(), Modules,
 7734           Diag(TTP->getDefaultArgumentLoc(),
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 2416                           D->getDefaultArgumentLoc(), D->getDeclName());