Home
last modified time | relevance | path

Searched refs:checkVarDeclRedefinition (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp3984 if (checkVarDeclRedefinition(Def, New)) in MergeVarDecl()
4072 bool Sema::checkVarDeclRedefinition(VarDecl *Old, VarDecl *New) { in checkVarDeclRedefinition() function in Sema
11058 checkVarDeclRedefinition(Def, VDecl)) in AddInitializerToDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2518 bool checkVarDeclRedefinition(VarDecl *OldDefn, VarDecl *NewDefn);