Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/virtual-functions/
H A Dmain.cpp23 struct DerivedWithBaseVirtDtor : BaseWithVirtDtor { struct
24 virtual int foo() { return 5; } in foo()