Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp7839 D.setRedeclaration(CheckVariableDeclaration(NewVD, Previous)); in ActOnVariableDeclarator()
7867 D.setRedeclaration(CheckVariableDeclaration(NewVD, Previous)); in ActOnVariableDeclarator()
8583 bool Sema::CheckVariableDeclaration(VarDecl *NewVD, LookupResult &Previous) { in CheckVariableDeclaration() function in Sema
H A DSemaTemplateInstantiateDecl.cpp5249 CheckVariableDeclaration(NewVar, Previous); in BuildVariableInstantiation()
H A DSemaTemplate.cpp4534 D.setRedeclaration(CheckVariableDeclaration(Specialization, PrevSpec)); in ActOnVarTemplateSpecialization()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2861 bool CheckVariableDeclaration(VarDecl *NewVD, LookupResult &Previous);