Home
last modified time | relevance | path

Searched defs:member_class2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dattr-exclude_from_explicit_instantiation.dont_assume_extern_instantiation.cpp26 struct member_class2 { struct
27 EXCLUDE_FROM_EXPLICIT_INSTANTIATION static void static_member_function() { } in static_member_function()
/llvm-project/clang/test/SemaCXX/
H A Dattr-exclude_from_explicit_instantiation.explicit_instantiation.cpp24 struct member_class2 { struct
25 …_EXPLICIT_INSTANTIATION static void non_static_member_function() { using Fail = typename T::fail; } in non_static_member_function()
H A Dattr-exclude_from_explicit_instantiation.extern_declaration.cpp27 struct member_class2 { struct
28 EXCLUDE_FROM_EXPLICIT_INSTANTIATION static void static_member_function() { in static_member_function()