Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp289 const CXXRecordDecl *base_class_decl, in GetVBaseBitOffset() argument
1797 const CXXRecordDecl *base_class_decl = cast<CXXRecordDecl>( in RecordHasFields() local
1799 if (RecordHasFields(base_class_decl)) in RecordHasFields()
5360 const clang::CXXRecordDecl *base_class_decl = in GetNumChildren() local
5889 const clang::CXXRecordDecl *base_class_decl = in GetDirectBaseClassAtIndex() local
5984 const clang::CXXRecordDecl *base_class_decl = in GetVirtualBaseClassAtIndex() local
6209 const clang::CXXRecordDecl *base_class_decl = nullptr; in GetChildCompilerTypeAtIndex() local
6213 base_class_decl = llvm::cast<clang::CXXRecordDecl>( in GetChildCompilerTypeAtIndex()
6220 if (base_class_decl == nullptr) in GetChildCompilerTypeAtIndex()
6932 clang::CXXRecordDecl *base_class_decl = in GetIndexOfChildWithName() local
[all …]