Searched refs:MergeTypeWithOld (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 2740 Scope *S, bool MergeTypeWithOld) { in MergeFunctionDecl() argument 3104 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 3124 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl() 3151 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 3209 if (MergeTypeWithOld) in MergeFunctionDecl() 3212 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl() 3264 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument 3293 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls() 3345 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument 3418 if (!New->getType()->isDependentType() && MergeTypeWithOld) in MergeVarDeclTypes() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2211 bool MergeTypeWithOld); 2213 Scope *S, bool MergeTypeWithOld); 2216 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);
|