Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h154 bool isVirtualBase() const { return IsVirtualBase; } in isVirtualBase()
159 bool IsVirtualBase; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp162 IsVirtualBase = Base->isVirtualBaseClass(); in BaseClassLayout()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11883 bool IsVirtualBase = in BuildUsingShadowDecl() local
11887 Context, CurContext, Using->getLocation(), Using, Orig, IsVirtualBase); in BuildUsingShadowDecl()