Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/virtual-functions/
H A Dmain.cpp5 struct BaseWithVirtDtor { struct
6 virtual ~BaseWithVirtDtor() {} in ~BaseWithVirtDtor() argument
14 struct DerivedWithVirtDtor : BaseWithVirtDtor { argument