Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3536 bool MergeTypeWithOld, bool NewDeclIsDefn) { in MergeFunctionDecl() argument
4058 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4146 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl()
4171 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4235 if (MergeTypeWithOld) in MergeFunctionDecl()
4238 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
4269 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument
4298 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls()
4344 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument
4417 if (!New->getType()->isDependentType() && MergeTypeWithOld) in MergeVarDeclTypes()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4080 bool MergeTypeWithOld, bool NewDeclIsDefn);
4092 Scope *S, bool MergeTypeWithOld);
4111 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);