Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp254 bool has_virtual = false; in GetMSInheritance() local
260 has_virtual |= base->isVirtualBaseClass(); in GetMSInheritance()
264 if (has_virtual) in GetMSInheritance()