Searched refs:MergeTypeWithOld (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3605 bool MergeTypeWithOld, bool NewDeclIsDefn) { in MergeFunctionDecl() argument 4140 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 4150 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 4238 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl() 4263 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 4327 if (MergeTypeWithOld) in MergeFunctionDecl() 4330 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 4361 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument 4390 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls() 4438 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4465 bool MergeTypeWithOld, bool NewDeclIsDefn); 4477 Scope *S, bool MergeTypeWithOld); 4496 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);
|