Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp2989 Scope *S, bool MergeTypeWithOld) { in MergeFunctionDecl() argument
3419 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
3437 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl()
3464 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
3522 if (MergeTypeWithOld) in MergeFunctionDecl()
3525 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
3577 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument
3606 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls()
3658 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument
3731 if (!New->getType()->isDependentType() && MergeTypeWithOld) in MergeVarDeclTypes()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2511 bool MergeTypeWithOld);
2513 Scope *S, bool MergeTypeWithOld);
2516 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);