Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp649 SourceLocation TemplateTypeParmDecl::getDefaultArgumentLoc() const { in getDefaultArgumentLoc() function in TemplateTypeParmDecl
777 SourceLocation NonTypeTemplateParmDecl::getDefaultArgumentLoc() const { in getDefaultArgumentLoc() function in NonTypeTemplateParmDecl
838 SourceLocation TemplateTemplateParmDecl::getDefaultArgumentLoc() const { in getDefaultArgumentLoc() function in TemplateTemplateParmDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp2289 TTP->getDefaultArgumentLoc(), TTP->getDeclName()); in transformTemplateParameter()
2725 OldDefaultLoc = OldTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2726 NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2734 PreviousDefaultArgLoc = OldTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2737 PreviousDefaultArgLoc = NewTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2770 OldDefaultLoc = OldNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2771 NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2779 PreviousDefaultArgLoc = OldNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
2782 PreviousDefaultArgLoc = NewNonTypeParm->getDefaultArgumentLoc(); in CheckTemplateParameterList()
5116 Param->getDefaultArgumentLoc(), Param->getDeclName()); in SubstDefaultTemplateArgument()
[all …]
H A DSemaTemplateInstantiateDecl.cpp2657 D->getDefaultArgumentLoc(), D->getDeclName()); in VisitTemplateTypeParmDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h1258 SourceLocation getDefaultArgumentLoc() const;
1465 SourceLocation getDefaultArgumentLoc() const;
1724 SourceLocation getDefaultArgumentLoc() const;