Searched refs:mergeDLLExportAttr (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 5010 DLLExportAttr *Sema::mergeDLLExportAttr(Decl *D, SourceRange Range, in mergeDLLExportAttr() function in Sema 5051 ? (Attr *)S.mergeDLLExportAttr(D, A.getRange(), Index) in handleDLLAttr()
|
D | SemaDecl.cpp | 2269 NewAttr = S.mergeDLLExportAttr(D, ExportA->getRange(), in mergeDeclAttribute()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 6862 DLLExportAttr *Sema::mergeDLLExportAttr(Decl *D, in mergeDLLExportAttr() function in Sema 6901 ? (Attr *)S.mergeDLLExportAttr(D, A) in handleDLLAttr()
|
D | SemaDecl.cpp | 2569 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2182 DLLExportAttr *mergeDLLExportAttr(Decl *D, SourceRange Range,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3168 DLLExportAttr *mergeDLLExportAttr(Decl *D, const AttributeCommonInfo &CI);
|