Home
last modified time | relevance | path

Searched refs:CreateRecordType (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp229 CompilerType sigval_type = ast->CreateRecordType( in GetSiginfoType()
239 CompilerType ptrace_option_type = ast->CreateRecordType( in GetSiginfoType()
250 CompilerType siginfo_type = ast->CreateRecordType( in GetSiginfoType()
256 CompilerType ksiginfo_type = ast->CreateRecordType( in GetSiginfoType()
273 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp207 CompilerType sigval_type = ast->CreateRecordType( in GetSiginfoType()
218 CompilerType siginfo_type = ast->CreateRecordType( in GetSiginfoType()
240 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp60 fields_type = type_system->CreateRecordType( in GetRegisterType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h102 clang::QualType CreateRecordType(PdbTypeSymId id,
H A DPdbAstBuilder.cpp602 clang::QualType PdbAstBuilder::CreateRecordType(PdbTypeSymId id, in CreateRecordType() function in PdbAstBuilder
619 CompilerType ct = m_clang.CreateRecordType( in CreateRecordType()
780 return CreateRecordType(type.index, tag.asUnion()); in CreateType()
783 return CreateRecordType(type.index, tag.asClass()); in CreateType()
1257 // gets created. But only call CreateRecordType if the namespace name in ParseNamespace()
H A DUdtRecordCompleter.cpp367 CompilerType record_ct = clang.CreateRecordType( in AddMember()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp130 CompilerType union_type(ast_ctx.CreateRecordType( in BuildAggregate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp506 CompilerType record_type = m_ast->CreateRecordType( in CreateRecord()
563 CompilerType forward_compiler_type = m_ast->CreateRecordType( in CreateForward()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1811 clang_type = m_ast.CreateRecordType( in ParseStructureLikeDIE()
3807 auto inner_holder = m_ast.CreateRecordType( in ParseRustVariantPart()
3821 auto field_type = m_ast.CreateRecordType( in ParseRustVariantPart()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h328 CompilerType CreateRecordType(clang::DeclContext *decl_ctx,
H A DTypeSystemClang.cpp1220 CompilerType TypeSystemClang::CreateRecordType( in CreateRecordType() function in TypeSystemClang
2275 type = CreateRecordType( in CreateStructForIdentifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp79 compiler_type = scratch_ts_sp->CreateRecordType( in GetLLDBNSPairType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp421 clang_type = m_ast.CreateRecordType( in CreateLLDBTypeFromPDBType()