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

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

Completed in 232 milliseconds