Searched refs:CreateRecordType (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 229 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 D | PlatformFreeBSD.cpp | 207 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 D | PlatformLinux.cpp | 349 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 D | PdbAstBuilder.h | 102 clang::QualType CreateRecordType(PdbTypeSymId id,
|
| H A D | PdbAstBuilder.cpp | 601 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 D | UdtRecordCompleter.cpp | 364 CompilerType record_ct = clang.CreateRecordType( in AddMember()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 128 CompilerType union_type(ast_ctx.CreateRecordType( in BuildAggregate()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | SystemRuntimeMacOSX.cpp | 422 CompilerType dispatch_tsd_indexes_s = scratch_ts_sp->CreateRecordType( in ReadLibdispatchTSDIndexes()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSDictionary.cpp | 79 compiler_type = scratch_ts_sp->CreateRecordType( in GetLLDBNSPairType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 324 CompilerType CreateRecordType(clang::DeclContext *decl_ctx,
|
| H A D | TypeSystemClang.cpp | 1272 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 D | PDBASTParser.cpp | 422 clang_type = m_ast.CreateRecordType( in CreateLLDBTypeFromPDBType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1800 clang_type = m_ast.CreateRecordType( in ParseStructureLikeDIE()
|