Searched refs:MergeTypeWithOld (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3279 Scope *S, bool MergeTypeWithOld) { in MergeFunctionDecl() argument 3739 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 3757 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl() 3784 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 3847 if (MergeTypeWithOld) in MergeFunctionDecl() 3850 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 3890 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument 3919 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls() 3972 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument 4045 if (!New->getType()->isDependentType() && MergeTypeWithOld) in MergeVarDeclTypes() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3377 bool MergeTypeWithOld); 3379 Scope *S, bool MergeTypeWithOld); 3382 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);
|