Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckVariableDeclaration

5904     D.setRedeclaration(CheckVariableDeclaration(NewVD, Previous));
5932 D.setRedeclaration(CheckVariableDeclaration(NewVD, Previous));
6355 bool Sema::CheckVariableDeclaration(VarDecl *NewVD, LookupResult &Previous) {