Searched refs:MergeTypeWithOld (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaDecl.cpp | 2302 bool MergeTypeWithOld) { in MergeFunctionDecl() argument 2657 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 2677 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl() 2710 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 2768 if (MergeTypeWithOld) in MergeFunctionDecl() 2771 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 2823 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument 2849 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls() 2884 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument 2938 if (!New->getType()->isDependentType() && MergeTypeWithOld) in MergeVarDeclTypes() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 1884 bool MergeTypeWithOld); 1886 Scope *S, bool MergeTypeWithOld); 1889 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);
|