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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp1279 SourceLocation NewDefaultLoc; local
1308 NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc();
1311 PreviousDefaultArgLoc = NewDefaultLoc;
1353 NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc();
1356 PreviousDefaultArgLoc = NewDefaultLoc;
1400 NewDefaultLoc = NewTemplateParm->getDefaultArgument().getLocation();
1403 PreviousDefaultArgLoc = NewDefaultLoc;
1437 Diag(NewDefaultLoc, diag::err_template_param_default_arg_redefinition);

Completed in 378 milliseconds