Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp262 bool has_virtual = false; in GetMSInheritance() local
268 has_virtual |= base->isVirtualBaseClass(); in GetMSInheritance()
272 if (has_virtual) in GetMSInheritance()