Searched refs:mergeDeclAttributes (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1078 mergeDeclAttributes(IDecl, PrevIDecl); in ActOnStartClassInterface() 1279 mergeDeclAttributes(PDecl, PrevDecl); in ActOnStartProtocolInterface() 1810 mergeDeclAttributes(PDecl, PrevDecl); in ActOnForwardProtocolDeclaration() 3148 mergeDeclAttributes(IDecl, PrevIDecl); in ActOnForwardClassDeclaration()
|
H A D | SemaDecl.cpp | 2667 mergeDeclAttributes(New, Old); in MergeTypedefNameDecl() 3168 void Sema::mergeDeclAttributes(NamedDecl *New, Decl *Old, in mergeDeclAttributes() function in Sema 4308 mergeDeclAttributes(New, Old); in MergeCompatibleFunctionDecls() 4351 mergeDeclAttributes(newMethod, oldMethod, MergeKind); in mergeObjCMethodDecls() 4572 mergeDeclAttributes(New, Old); in MergeVarDecl() 17538 mergeDeclAttributes(New, PrevDecl); in ActOnTag()
|
H A D | SemaTemplate.cpp | 2131 mergeDeclAttributes(NewClass, PrevClassTemplate->getTemplatedDecl()); in CheckClassTemplate()
|
H A D | SemaDeclCXX.cpp | 13698 mergeDeclAttributes(PD, BaseCtor->getParamDecl(I)); in findInheritingConstructor()
|
H A D | SemaExpr.cpp | 6703 Sema->mergeDeclAttributes(OverloadDecl, FDecl); in rewriteBuiltinFunctionDecl()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 3686 void mergeDeclAttributes(NamedDecl *New, Decl *Old,
|