Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3226 Scope *S, bool MergeTypeWithOld) { in MergeFunctionDecl() argument
3676 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
3694 if (MergeTypeWithOld && isa<FunctionNoProtoType>(NewFuncType) && in MergeFunctionDecl()
3721 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
3784 if (MergeTypeWithOld) in MergeFunctionDecl()
3787 return MergeCompatibleFunctionDecls(New, Old, S, MergeTypeWithOld); in MergeFunctionDecl()
3827 Scope *S, bool MergeTypeWithOld) { in MergeCompatibleFunctionDecls() argument
3856 if (!Merged.isNull() && MergeTypeWithOld) in MergeCompatibleFunctionDecls()
3909 bool MergeTypeWithOld) { in MergeVarDeclTypes() argument
3982 if (!New->getType()->isDependentType() && MergeTypeWithOld) in MergeVarDeclTypes()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3340 bool MergeTypeWithOld);
3342 Scope *S, bool MergeTypeWithOld);
3345 void MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld);