Searched refs:MergeTypeWithOld (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3618 bool MergeTypeWithOld, bool NewDeclIsDefn) { in MergeFunctionDecl() argument 4086 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 4174 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl() 4199 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 4263 if (MergeTypeWithOld) in MergeFunctionDecl() 4266 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 4306 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument 4335 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls() 4388 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument 4461 if (!New->getType()->isDependentType() && MergeTypeWithOld) in MergeVarDeclTypes() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3691 bool MergeTypeWithOld, bool NewDeclIsDefn); 3693 Scope *S, bool MergeTypeWithOld); 3696 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);
|