Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp349 CompilerType sigval_type = ast->CreateRecordType( in GetSiginfoType()
359 CompilerType sigfault_bounds_type = ast->CreateRecordType( in GetSiginfoType()
375 CompilerType siginfo_type = ast->CreateRecordType( in GetSiginfoType()
400 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h102 clang::QualType CreateRecordType(PdbTypeSymId id,
H A DPdbAstBuilder.cpp601 clang::QualType PdbAstBuilder::CreateRecordType(PdbTypeSymId id, in CreateRecordType() function in PdbAstBuilder
618 m_clang.CreateRecordType(context, OptionalClangModuleID(), access, uname, in CreateRecordType()
778 return CreateRecordType(type.index, tag.asUnion()); in CreateType()
781 return CreateRecordType(type.index, tag.asClass()); in CreateType()
H A DUdtRecordCompleter.cpp364 CompilerType record_ct = clang.CreateRecordType( in AddMember()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp128 CompilerType union_type(ast_ctx.CreateRecordType( in BuildAggregate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp422 CompilerType dispatch_tsd_indexes_s = scratch_ts_sp->CreateRecordType( in ReadLibdispatchTSDIndexes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp79 compiler_type = scratch_ts_sp->CreateRecordType( in GetLLDBNSPairType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h324 CompilerType CreateRecordType(clang::DeclContext *decl_ctx,
H A DTypeSystemClang.cpp1272 CompilerType TypeSystemClang::CreateRecordType( in CreateRecordType() function in TypeSystemClang
2315 type = CreateRecordType(nullptr, OptionalClangModuleID(), lldb::eAccessPublic, in CreateStructForIdentifier()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp422 clang_type = m_ast.CreateRecordType( in CreateLLDBTypeFromPDBType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1800 clang_type = m_ast.CreateRecordType( in ParseStructureLikeDIE()