Home
last modified time | relevance | path

Searched refs:mergeDLLImportAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5558 DLLImportAttr *Sema::mergeDLLImportAttr(Decl *D, in mergeDLLImportAttr() function in Sema
5611 : (Attr *)S.mergeDLLImportAttr(D, A); in handleDLLAttr()
H A DSemaDecl.cpp2809 NewAttr = S.mergeDLLImportAttr(D, *ImportA); in mergeDeclAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4613 DLLImportAttr *mergeDLLImportAttr(Decl *D, const AttributeCommonInfo &CI);