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

/external/clang/include/clang/AST/
H A DDeclTemplate.h945 SourceLocation getDefaultArgumentLoc() const;
1070 SourceLocation getDefaultArgumentLoc() const;
1296 SourceLocation getDefaultArgumentLoc() const;
/external/clang/lib/AST/
H A DDeclTemplate.cpp474 SourceLocation TemplateTypeParmDecl::getDefaultArgumentLoc() const { function in class:TemplateTypeParmDecl
584 SourceLocation NonTypeTemplateParmDecl::getDefaultArgumentLoc() const { function in class:NonTypeTemplateParmDecl
/external/clang/lib/Sema/
H A DSemaTemplate.cpp1311 OldDefaultLoc = OldTypeParm->getDefaultArgumentLoc();
1312 NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc();
1322 PreviousDefaultArgLoc = OldTypeParm->getDefaultArgumentLoc();
1325 PreviousDefaultArgLoc = NewTypeParm->getDefaultArgumentLoc();
1357 OldDefaultLoc = OldNonTypeParm->getDefaultArgumentLoc();
1358 NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc();
1372 PreviousDefaultArgLoc = OldNonTypeParm->getDefaultArgumentLoc();
1375 PreviousDefaultArgLoc = NewNonTypeParm->getDefaultArgumentLoc();
2580 Param->getDefaultArgumentLoc(),
5260 Diag(TTP->getDefaultArgumentLoc(),
[all...]

Completed in 610 milliseconds