Searched refs:CreateRecordType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 98 clang::QualType CreateRecordType(PdbTypeSymId id,
|
| H A D | PdbAstBuilder.cpp | 766 clang::QualType PdbAstBuilder::CreateRecordType(PdbTypeSymId id, in CreateRecordType() function in PdbAstBuilder 780 m_clang.CreateRecordType(context, OptionalClangModuleID(), access, uname, in CreateRecordType() 922 return CreateRecordType(type.index, tag.asUnion()); in CreateType() 925 return CreateRecordType(type.index, tag.asClass()); in CreateType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 126 CompilerType union_type(ast_ctx.CreateRecordType( in BuildAggregate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 312 CompilerType CreateRecordType(clang::DeclContext *decl_ctx,
|
| H A D | TypeSystemClang.cpp | 1284 CompilerType TypeSystemClang::CreateRecordType( in CreateRecordType() function in TypeSystemClang 2277 type = CreateRecordType(nullptr, OptionalClangModuleID(), lldb::eAccessPublic, in CreateStructForIdentifier()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSDictionary.cpp | 80 compiler_type = target_ast_context->CreateRecordType( in GetLLDBNSPairType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 412 clang_type = m_ast.CreateRecordType( in CreateLLDBTypeFromPDBType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1643 clang_type = m_ast.CreateRecordType( in ParseStructureLikeDIE()
|