Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/lang/cpp/virtual-functions/
H A Dmain.cpp10 struct BaseWithoutVirtDtor { struct
19 struct DerivedWithoutVirtDtor : BaseWithoutVirtDtor { argument