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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp1283 SourceLocation NewDefaultLoc; local
1312 NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc();
1315 PreviousDefaultArgLoc = NewDefaultLoc;
1358 NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc();
1361 PreviousDefaultArgLoc = NewDefaultLoc;
1406 NewDefaultLoc = NewTemplateParm->getDefaultArgument().getLocation();
1409 PreviousDefaultArgLoc = NewDefaultLoc;
1443 Diag(NewDefaultLoc, diag::err_template_param_default_arg_redefinition);

Completed in 125 milliseconds