Home
last modified time | relevance | path

Searched defs:record_decl (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp478 const clang::RecordDecl *record_decl = record_type->getDecl(); in IsHomogeneousAggregate() local
891 const clang::RecordDecl *record_decl = record_type->getDecl(); in IsPolymorphicClass() local
1598 const clang::RecordDecl *record_decl = record_type->getDecl(); in GetTypeClass() local
1802 const clang::RecordDecl *record_decl = record_type->getDecl(); in GetNumMemberFunctions() local
1869 const clang::RecordDecl *record_decl = record_type->getDecl(); in GetMemberFunctionAtIndex() local
2516 const clang::RecordDecl *record_decl = record_type->getDecl(); in GetNumChildren() local
2845 clang::RecordDecl *record_decl = record_type->getDecl(); in GetNumFields() local
3137 const clang::RecordDecl *record_decl = record_type->getDecl(); in GetFieldAtIndex() local
3415 const clang::RecordDecl *record_decl = record_type->getDecl(); in GetChildClangTypeAtIndex() local
3929 const clang::RecordDecl *record_decl, in GetIndexForRecordBase()
[all …]
HDClangASTContext.cpp1547 ClangASTContext::RecordHasFields (const RecordDecl *record_decl) in RecordHasFields()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTContext.h243 … if (const RecordDeclType *record_decl = llvm::dyn_cast<RecordDeclType>(named_decl)) in GetTypeForIdentifier() local
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2733 clang::CXXRecordDecl *record_decl = clang_type.GetAsCXXRecordDecl(); in ResolveClangOpaqueTypeDefinition() local
6379 clang::RecordDecl *record_decl = clang_type.GetAsRecordDecl(); in ParseType() local
8078 SymbolFileDWARF::LayoutRecordType(void *baton, const clang::RecordDecl *record_decl, uint64_t &size, in LayoutRecordType()
8089 SymbolFileDWARF::LayoutRecordType(const clang::RecordDecl *record_decl, uint64_t &bit_size, uint64_… in LayoutRecordType()
HDSymbolFileDWARFDebugMap.cpp1468 SymbolFileDWARFDebugMap::LayoutRecordType(void *baton, const clang::RecordDecl *record_decl, uint64… in LayoutRecordType()