Home
last modified time | relevance | path

Searched refs:WrapperB (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/test/API/lang/cpp/nested-class-other-compilation-unit/
H A Dother.cpp3 struct WrapperB { struct
8 WrapperB* foo() { in foo() argument
9 return new WrapperB(); in foo()
H A Dshared.h15 struct WrapperB;
17 WrapperB* foo();
H A Dmain.cpp12 WrapperB* b = foo(); in main()