Home
last modified time | relevance | path

Searched refs:AlsoInNamespace (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/
H A DB.h6 template <typename T> struct AlsoInNamespace { T field; }; argument
7 extern template struct AlsoInNamespace<int>;
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dmodule-ownership.mm62 Namespace::AlsoInNamespace<int> t4;
63 // CHECK-DAG: ClassTemplateSpecializationDecl {{.*}} imported in A.B struct AlsoInNamespace