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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2507 SourceLocation NewDefaultLoc; local
2536 NewDefaultLoc = NewTypeParm->getDefaultArgumentLoc();
2539 PreviousDefaultArgLoc = NewDefaultLoc;
2581 NewDefaultLoc = NewNonTypeParm->getDefaultArgumentLoc();
2584 PreviousDefaultArgLoc = NewDefaultLoc;
2625 NewDefaultLoc = NewTemplateParm->getDefaultArgument().getLocation();
2628 PreviousDefaultArgLoc = NewDefaultLoc;
2658 Diag(NewDefaultLoc, diag::err_template_param_default_arg_redefinition);

Completed in 111 milliseconds