Home | History | Annotate | Download | only in Sema

Lines Matching refs:MergeVarDecl

2221 /// MergeVarDecl - We just parsed a variable 'New' which has the same name
2229 void Sema::MergeVarDecl(VarDecl *New, LookupResult &Previous) {
3723 // Handle attributes prior to checking for duplicates in MergeVarDecl
4094 // Handle attributes prior to checking for duplicates in MergeVarDecl
4427 MergeVarDecl(NewVD, Previous);