Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7964 D.setRedeclaration(CheckVariableDeclaration(NewVD, Previous)); in ActOnVariableDeclarator()
7993 D.setRedeclaration(CheckVariableDeclaration(NewVD, Previous)); in ActOnVariableDeclarator()
8805 bool Sema::CheckVariableDeclaration(VarDecl *NewVD, LookupResult &Previous) { in CheckVariableDeclaration() function in Sema
H A DSemaTemplateInstantiateDecl.cpp5361 CheckVariableDeclaration(NewVar, Previous); in BuildVariableInstantiation()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3532 bool CheckVariableDeclaration(VarDecl *NewVD, LookupResult &Previous);