Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclTemplate.cpp511 SourceLocation TemplateTypeParmDecl::getDefaultArgumentLoc() const { in getDefaultArgumentLoc() function in TemplateTypeParmDecl
611 SourceLocation NonTypeTemplateParmDecl::getDefaultArgumentLoc() const { in getDefaultArgumentLoc() function in NonTypeTemplateParmDecl
669 SourceLocation TemplateTemplateParmDecl::getDefaultArgumentLoc() const { in getDefaultArgumentLoc() function in TemplateTemplateParmDecl
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp1344 OldDefaultLoc = OldTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
1345 NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
1353 PreviousDefaultArgLoc = OldTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
1356 PreviousDefaultArgLoc = NewTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
1388 OldDefaultLoc = OldNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
1389 NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
1397 PreviousDefaultArgLoc = OldNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
1400 PreviousDefaultArgLoc = NewNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
3194 Param->getDefaultArgumentLoc(), Param->getDeclName()); in SubstDefaultTemplateArgument()
3689 D->getDefaultArgumentLoc(), Modules, in diagnoseMissingArgument()
[all …]
HDSemaTemplateInstantiateDecl.cpp1928 D->getDefaultArgumentLoc(), D->getDeclName()); in VisitTemplateTypeParmDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclTemplate.h1074 SourceLocation getDefaultArgumentLoc() const;
1200 SourceLocation getDefaultArgumentLoc() const;
1423 SourceLocation getDefaultArgumentLoc() const;