Searched refs:IsVirtualBase (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | UDTLayout.h | 161 bool isVirtualBase() const { return IsVirtualBase; } in isVirtualBase() 166 bool IsVirtualBase; variable
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Descriptor.cpp | 174 bool IsVirtualBase) { in initBase() argument 184 Desc->IsVirtualBase = IsVirtualBase; in initBase()
|
| H A D | Descriptor.h | 94 unsigned IsVirtualBase : 1;
|
| H A D | Pointer.h | 560 return isField() && getInlineDesc()->IsVirtualBase; in isVirtualBaseClass()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 420 bool CompilerType::IsVirtualBase(CompilerType target_base, in IsVirtualBase() function in CompilerType 431 if (base.IsVirtualBase(target_base, virtual_base, in IsVirtualBase() 445 if (base.IsVirtualBase(target_base, virtual_base, carry_virtual)) in IsVirtualBase()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 164 IsVirtualBase = Base->isVirtualBaseClass(); in BaseClassLayout()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 235 bool IsVirtualBase(CompilerType target_base, CompilerType *virtual_base,
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObject.cpp | 3092 if (target_record_type.IsVirtualBase(start_record_type, &virtual_base)) { in CastBaseToDerivedType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 12870 bool IsVirtualBase = in BuildUsingShadowDecl() local 12874 Context, CurContext, Using->getLocation(), Using, Orig, IsVirtualBase); in BuildUsingShadowDecl()
|