Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp281 base_class_decl); in ReadVBaseOffsetFromVTable()
294 const CXXRecordDecl *base_class_decl, in GetVBaseBitOffset() argument
1826 const CXXRecordDecl *base_class_decl = cast<CXXRecordDecl>( in RecordHasFields() local
1828 if (RecordHasFields(base_class_decl)) in RecordHasFields()
5296 const clang::CXXRecordDecl *base_class_decl = in GetNumChildren() local
5819 const clang::CXXRecordDecl *base_class_decl = in GetDirectBaseClassAtIndex() local
5914 const clang::CXXRecordDecl *base_class_decl = in GetVirtualBaseClassAtIndex() local
6139 const clang::CXXRecordDecl *base_class_decl = nullptr; in GetChildCompilerTypeAtIndex() local
6143 base_class_decl = llvm::cast<clang::CXXRecordDecl>( in GetChildCompilerTypeAtIndex()
6150 if (base_class_decl == nullptr) in GetChildCompilerTypeAtIndex()
[all …]