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

/external/clang/lib/Sema/
H A DSemaDecl.cpp5241 D.setRedeclaration(CheckVariableDeclaration(NewVD, Previous));
5268 D.setRedeclaration(CheckVariableDeclaration(NewVD, PrevDecl));
5270 D.setRedeclaration(CheckVariableDeclaration(NewVD, Previous));
5702 bool Sema::CheckVariableDeclaration(VarDecl *NewVD, function in class:Sema
H A DSemaTemplateInstantiateDecl.cpp3348 CheckVariableDeclaration(NewVar, Previous);
H A DSemaTemplate.cpp2520 D.setRedeclaration(CheckVariableDeclaration(Specialization, PrevSpec));
/external/clang/include/clang/Sema/
H A DSema.h1471 bool CheckVariableDeclaration(VarDecl *NewVD, LookupResult &Previous);

Completed in 348 milliseconds