Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3690 bool MergeTypeWithOld, bool NewDeclIsDefn) { in MergeFunctionDecl() argument
4168 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4256 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl()
4281 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4345 if (MergeTypeWithOld) in MergeFunctionDecl()
4348 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4388 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument
4417 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls()
4470 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument
4543 if (!New->getType()->isDependentType() && MergeTypeWithOld) in MergeVarDeclTypes()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3762 bool MergeTypeWithOld, bool NewDeclIsDefn);
3764 Scope *S, bool MergeTypeWithOld);
3767 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);