Home
last modified time | relevance | path

Searched refs:MergeTypeWithOld (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDecl.cpp2666 Scope *S, bool MergeTypeWithOld) { in MergeFunctionDecl() argument
3030 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
3050 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl()
3077 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
3135 if (MergeTypeWithOld) in MergeFunctionDecl()
3138 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
3190 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument
3219 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls()
3257 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument
3311 if (!New->getType()->isDependentType() && MergeTypeWithOld) in MergeVarDeclTypes()
[all …]
/external/clang/include/clang/Sema/
DSema.h2149 bool MergeTypeWithOld);
2151 Scope *S, bool MergeTypeWithOld);
2154 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);