Searched refs:MergeTypeWithOld (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3542 bool MergeTypeWithOld, bool NewDeclIsDefn) { in MergeFunctionDecl() argument 4010 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 4098 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl() 4124 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 4188 if (MergeTypeWithOld) in MergeFunctionDecl() 4191 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 4231 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument 4260 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls() 4313 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument 4386 if (!New->getType()->isDependentType() && MergeTypeWithOld) in MergeVarDeclTypes() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3592 bool MergeTypeWithOld, bool NewDeclIsDefn); 3594 Scope *S, bool MergeTypeWithOld); 3597 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);
|