Home
last modified time | relevance | path

Searched refs:ExportA (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/AttributedModel/
H A DAllowNonPublicCompositionTests.cs20 batch.AddPart(new AllPublicExportOnly() { ExportA = 5, ExportB = 10 }); in PublicFromPublic()
32 var importer = new AllPublic() { ExportA = 5, ExportB = 10 }; in PublicToSelf()
61 batch.AddPart(new AllPublicExportOnly() { ExportA = 5, ExportB = 10 }); in PrivateFromPublic()
219 … public AllPrivateNoAttribute(int exportA, int exportB) { ExportA = exportA; ExportB = exportB; } in AllPrivateNoAttribute()
229 int ExportA { get; set; } property in System.ComponentModel.Composition.AllPrivateNoAttribute
246 public AllPrivate(int exportA, int exportB) { ExportA = exportA; ExportB = exportB; } in AllPrivate()
256 int ExportA { get; set; } property in System.ComponentModel.Composition.AllPrivate
274 … public AllPrivateExportOnly(int exportA, int exportB) { ExportA = exportA; ExportB = exportB; } in AllPrivateExportOnly()
277 int ExportA { get; set; } property in System.ComponentModel.Composition.AllPrivateExportOnly
289 public int ExportA { get; set; } property in System.ComponentModel.Composition.AllPublic
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2556 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2557 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp2556 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2557 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp2493 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2494 NewAttr = S.mergeDLLExportAttr(D, ExportA->getRange(), in mergeDeclAttribute()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp2446 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2447 NewAttr = S.mergeDLLExportAttr(D, ExportA->getRange(), in mergeDeclAttribute()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp2445 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2446 NewAttr = S.mergeDLLExportAttr(D, ExportA->getRange(), in mergeDeclAttribute()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaDecl.cpp2632 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2633 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaDecl.cpp2568 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2569 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp2566 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2567 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaDecl.cpp2572 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2573 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp2573 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2574 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp2628 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2629 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp2628 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2629 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2628 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2629 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp2566 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2567 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaDecl.cpp2628 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2629 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaDecl.cpp2628 else if (const auto *ExportA = dyn_cast<DLLExportAttr>(Attr)) in mergeDeclAttribute() local
2629 NewAttr = S.mergeDLLExportAttr(D, *ExportA); in mergeDeclAttribute()