Searched refs:cxx_record_decl (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 262 const CXXRecordDecl *cxx_record_decl, in ReadVBaseOffsetFromVTable() argument 271 msoft_vtable_ctx.getVBTableIndex(cxx_record_decl, base_class_decl); in ReadVBaseOffsetFromVTable() 282 itanium_vtable_ctx.getVirtualBaseOffsetOffset(cxx_record_decl, in ReadVBaseOffsetFromVTable() 295 const CXXRecordDecl *cxx_record_decl, in GetVBaseBitOffset() argument 309 *process, vtable_ctx, vtable_ptr, cxx_record_decl, base_class_decl); in GetVBaseBitOffset() 1330 void AddAccessSpecifierDecl(clang::CXXRecordDecl *cxx_record_decl, in AddAccessSpecifierDecl() argument 1334 if (!cxx_record_decl->isClass() && !cxx_record_decl->isStruct()) in AddAccessSpecifierDecl() 1339 if ((cxx_record_decl->isStruct() && in AddAccessSpecifierDecl() 1342 (cxx_record_decl->isClass() && in AddAccessSpecifierDecl() 1347 cxx_record_decl->addDecl( in AddAccessSpecifierDecl() [all …]
|
| H A D | TypeSystemClang.h | 313 uint32_t GetNumBaseClasses(const clang::CXXRecordDecl *cxx_record_decl,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A 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() 445 const clang::CXXRecordDecl *cxx_record_decl = in Import() local 447 if (cxx_record_decl) { in Import() 448 if (GetDeclOrigin(cxx_record_decl).Valid()) in Import()
|