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

/external/clang/include/clang/AST/
H A DDeclTemplate.h987 SourceLocation getDefaultArgumentLoc() const;
1111 SourceLocation getDefaultArgumentLoc() const;
1336 SourceLocation getDefaultArgumentLoc() const;
/external/clang/lib/Sema/
H A DSemaTemplate.cpp1307 OldDefaultLoc = OldTypeParm->getDefaultArgumentLoc();
1308 NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc();
1317 PreviousDefaultArgLoc = OldTypeParm->getDefaultArgumentLoc();
1320 PreviousDefaultArgLoc = NewTypeParm->getDefaultArgumentLoc();
1352 OldDefaultLoc = OldNonTypeParm->getDefaultArgumentLoc();
1353 NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc();
1366 PreviousDefaultArgLoc = OldNonTypeParm->getDefaultArgumentLoc();
1369 PreviousDefaultArgLoc = NewNonTypeParm->getDefaultArgumentLoc();
3166 Param->getDefaultArgumentLoc(), Param->getDeclName());
5994 Diag(TTP->getDefaultArgumentLoc(),
[all...]
H A DSemaTemplateInstantiateDecl.cpp1800 D->getDefaultArgumentLoc(), D->getDeclName());
/external/clang/lib/AST/
H A DDeclTemplate.cpp484 SourceLocation TemplateTypeParmDecl::getDefaultArgumentLoc() const { function in class:TemplateTypeParmDecl
586 SourceLocation NonTypeTemplateParmDecl::getDefaultArgumentLoc() const { function in class:NonTypeTemplateParmDecl

Completed in 1930 milliseconds