Searched refs:IsVirtualBase (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 153 bool isVirtualBase() const { return IsVirtualBase; } in isVirtualBase() 158 bool IsVirtualBase; variable
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 418 bool CompilerType::IsVirtualBase(CompilerType target_base, in IsVirtualBase() 429 if (base.IsVirtualBase(target_base, virtual_base, in IsContextuallyConvertibleToBool() 443 if (base.IsVirtualBase(target_base, virtual_base, carry_virtual)) in TypeDescription() 397 bool CompilerType::IsVirtualBase(CompilerType target_base, IsVirtualBase() function in CompilerType
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 165 IsVirtualBase = Base->isVirtualBaseClass(); in BaseClassLayout()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 234 bool IsVirtualBase(CompilerType target_base, CompilerType *virtual_base,
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 12543 bool IsVirtualBase = in CheckUsingShadowDecl() 12547 Context, CurContext, Using->getLocation(), Using, Orig, IsVirtualBase); in CheckUsingShadowDecl() 12630 bool IsVirtualBase = BuildUsingShadowDecl() local
|