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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp624 SourceLocation TemplateTypeParmDecl::getDefaultArgumentLoc() const { function in class:TemplateTypeParmDecl
752 SourceLocation NonTypeTemplateParmDecl::getDefaultArgumentLoc() const { function in class:NonTypeTemplateParmDecl
813 SourceLocation TemplateTemplateParmDecl::getDefaultArgumentLoc() const { function in class:TemplateTemplateParmDecl
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2111 TTP->getDefaultArgumentLoc(), TTP->getDeclName());
2535 OldDefaultLoc = OldTypeParm->getDefaultArgumentLoc();
2536 NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc();
2544 PreviousDefaultArgLoc = OldTypeParm->getDefaultArgumentLoc();
2547 PreviousDefaultArgLoc = NewTypeParm->getDefaultArgumentLoc();
2580 OldDefaultLoc = OldNonTypeParm->getDefaultArgumentLoc();
2581 NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc();
2589 PreviousDefaultArgLoc = OldNonTypeParm->getDefaultArgumentLoc();
2592 PreviousDefaultArgLoc = NewNonTypeParm->getDefaultArgumentLoc();
4905 Param->getDefaultArgumentLoc(), Para
[all...]
H A DSemaTemplateInstantiateDecl.cpp2594 D->getDefaultArgumentLoc(), D->getDeclName());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1261 SourceLocation getDefaultArgumentLoc() const;
1468 SourceLocation getDefaultArgumentLoc() const;
1727 SourceLocation getDefaultArgumentLoc() const;

Completed in 195 milliseconds