Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4227 bool HasVirtualBases = false; in getCatchableType() local
4233 HasVirtualBases = RD->getNumVBases() > 0; in getCatchableType()
4243 if (HasVirtualBases) in getCatchableType()