Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h153 bool isVirtualBase() const { return IsVirtualBase; } in isVirtualBase()
158 bool IsVirtualBase; variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp165 IsVirtualBase = Base->isVirtualBaseClass(); in BaseClassLayout()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp12083 bool IsVirtualBase = in BuildUsingShadowDecl() local
12087 Context, CurContext, Using->getLocation(), Using, Orig, IsVirtualBase); in BuildUsingShadowDecl()