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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp1249 SourceLocation NewDefaultLoc; local
1278 NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc();
1281 PreviousDefaultArgLoc = NewDefaultLoc;
1322 NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc();
1325 PreviousDefaultArgLoc = NewDefaultLoc;
1369 NewDefaultLoc = NewTemplateParm->getDefaultArgument().getLocation();
1372 PreviousDefaultArgLoc = NewDefaultLoc;
1406 Diag(NewDefaultLoc, diag::err_template_param_default_arg_redefinition);

Completed in 33 milliseconds