Searched refs:cxx_record_decl (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| D | TypeSystemClang.cpp | 258 const CXXRecordDecl *cxx_record_decl, in ReadVBaseOffsetFromVTable() argument 267 msoft_vtable_ctx.getVBTableIndex(cxx_record_decl, base_class_decl); in ReadVBaseOffsetFromVTable() 278 itanium_vtable_ctx.getVirtualBaseOffsetOffset(cxx_record_decl, in ReadVBaseOffsetFromVTable() 291 const CXXRecordDecl *cxx_record_decl, in GetVBaseBitOffset() argument 305 *process, vtable_ctx, vtable_ptr, cxx_record_decl, base_class_decl); in GetVBaseBitOffset() 1351 void AddAccessSpecifierDecl(clang::CXXRecordDecl *cxx_record_decl, in AddAccessSpecifierDecl() argument 1355 if (!cxx_record_decl->isClass() && !cxx_record_decl->isStruct()) in AddAccessSpecifierDecl() 1360 if ((cxx_record_decl->isStruct() && in AddAccessSpecifierDecl() 1363 (cxx_record_decl->isClass() && in AddAccessSpecifierDecl() 1368 cxx_record_decl->addDecl( in AddAccessSpecifierDecl() [all …]
|
| D | TypeSystemClang.h | 307 uint32_t GetNumBaseClasses(const clang::CXXRecordDecl *cxx_record_decl,
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangASTImporter.cpp | 369 const clang::CXXRecordDecl *cxx_record_decl = in CanImport() local 371 if (cxx_record_decl) { in CanImport() 372 if (GetDeclOrigin(cxx_record_decl).Valid()) in CanImport() 443 const clang::CXXRecordDecl *cxx_record_decl = in Import() local 445 if (cxx_record_decl) { in Import() 446 if (GetDeclOrigin(cxx_record_decl).Valid()) in Import()
|