Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dattr-exclude_from_explicit_instantiation.dont_assume_extern_instantiation.cpp22 struct EXCLUDE_FROM_EXPLICIT_INSTANTIATION member_class1 { struct
23 static void static_member_function() { } in static_member_function()
/llvm-project/clang/test/SemaCXX/
H A Dattr-exclude_from_explicit_instantiation.explicit_instantiation.cpp20 struct EXCLUDE_FROM_EXPLICIT_INSTANTIATION member_class1 { struct
21 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.cpp21 struct EXCLUDE_FROM_EXPLICIT_INSTANTIATION member_class1 { struct
22 static void static_member_function() { in static_member_function()