Searched refs:cxx_record_decl (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 257 const CXXRecordDecl *cxx_record_decl, in ReadVBaseOffsetFromVTable() argument 266 msoft_vtable_ctx.getVBTableIndex(cxx_record_decl, base_class_decl); in ReadVBaseOffsetFromVTable() 277 itanium_vtable_ctx.getVirtualBaseOffsetOffset(cxx_record_decl, in ReadVBaseOffsetFromVTable() 290 const CXXRecordDecl *cxx_record_decl, in GetVBaseBitOffset() argument 304 *process, vtable_ctx, vtable_ptr, cxx_record_decl, base_class_decl); in GetVBaseBitOffset() 1681 const CXXRecordDecl *cxx_record_decl = dyn_cast<CXXRecordDecl>(record_decl); in RecordHasFields() local 1682 if (cxx_record_decl) { in RecordHasFields() 1684 for (base_class = cxx_record_decl->bases_begin(), in RecordHasFields() 1685 base_class_end = cxx_record_decl->bases_end(); in RecordHasFields() 1725 TypeSystemClang::GetNumBaseClasses(const CXXRecordDecl *cxx_record_decl, in GetNumBaseClasses() argument [all …]
|
D | TypeSystemClang.h | 303 static uint32_t GetNumBaseClasses(const clang::CXXRecordDecl *cxx_record_decl,
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTImporter.cpp | 371 const clang::CXXRecordDecl *cxx_record_decl = in CanImport() local 373 if (cxx_record_decl) { in CanImport() 374 if (GetDeclOrigin(cxx_record_decl).Valid()) in CanImport() 447 const clang::CXXRecordDecl *cxx_record_decl = in Import() local 449 if (cxx_record_decl) { in Import() 450 if (GetDeclOrigin(cxx_record_decl).Valid()) in Import()
|