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 | 261 const CXXRecordDecl *cxx_record_decl, in ReadVBaseOffsetFromVTable() argument 270 msoft_vtable_ctx.getVBTableIndex(cxx_record_decl, base_class_decl); in ReadVBaseOffsetFromVTable() 281 itanium_vtable_ctx.getVirtualBaseOffsetOffset(cxx_record_decl, in ReadVBaseOffsetFromVTable() 294 const CXXRecordDecl *cxx_record_decl, in GetVBaseBitOffset() argument 308 *process, vtable_ctx, vtable_ptr, cxx_record_decl, base_class_decl); in GetVBaseBitOffset() 1299 void AddAccessSpecifierDecl(clang::CXXRecordDecl *cxx_record_decl, in AddAccessSpecifierDecl() argument 1303 if (!cxx_record_decl->isClass() && !cxx_record_decl->isStruct()) in AddAccessSpecifierDecl() 1308 if ((cxx_record_decl->isStruct() && in AddAccessSpecifierDecl() 1311 (cxx_record_decl->isClass() && in AddAccessSpecifierDecl() 1316 cxx_record_decl->addDecl( in AddAccessSpecifierDecl() [all …]
|
H A D | TypeSystemClang.h | 311 uint32_t GetNumBaseClasses(const clang::CXXRecordDecl *cxx_record_decl,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 372 const clang::CXXRecordDecl *cxx_record_decl = in CanImport() local 374 if (cxx_record_decl) { in CanImport() 375 if (GetDeclOrigin(cxx_record_decl).Valid()) in CanImport() 446 const clang::CXXRecordDecl *cxx_record_decl = in Import() local 448 if (cxx_record_decl) { in Import() 449 if (GetDeclOrigin(cxx_record_decl).Valid()) in Import()
|