Home
last modified time | relevance | path

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

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