Home
last modified time | relevance | path

Searched refs:getDefaultArgumentLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp672 SourceLocation TemplateTypeParmDecl::getDefaultArgumentLoc() const { in getDefaultArgumentLoc() function in TemplateTypeParmDecl
803 SourceLocation NonTypeTemplateParmDecl::getDefaultArgumentLoc() const { in getDefaultArgumentLoc() function in NonTypeTemplateParmDecl
871 SourceLocation TemplateTemplateParmDecl::getDefaultArgumentLoc() const { in getDefaultArgumentLoc() function in TemplateTemplateParmDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2335 OldDefaultLoc = OldTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2336 NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2352 PreviousDefaultArgLoc = OldTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2355 PreviousDefaultArgLoc = NewTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2388 OldDefaultLoc = OldNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2389 NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2404 PreviousDefaultArgLoc = OldNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2407 PreviousDefaultArgLoc = NewNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
4785 Param->getDefaultArgumentLoc(), in SubstDefaultTemplateArgument()
5255 D->getDefaultArgumentLoc(), Modules, in diagnoseMissingArgument()
[all …]
H A DSemaTemplateDeductionGuide.cpp265 TTP->getDefaultArgumentLoc(), TTP->getDeclName())) in transformTemplateTypeParam()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1234 SourceLocation getDefaultArgumentLoc() const;
1440 SourceLocation getDefaultArgumentLoc() const;
1716 SourceLocation getDefaultArgumentLoc() const;