Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h98 clang::QualType CreateRecordType(PdbTypeSymId id,
H A DPdbAstBuilder.cpp766 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 DAppleObjCTypeEncodingParser.cpp126 CompilerType union_type(ast_ctx.CreateRecordType( in BuildAggregate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h312 CompilerType CreateRecordType(clang::DeclContext *decl_ctx,
H A DTypeSystemClang.cpp1284 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 DNSDictionary.cpp80 compiler_type = target_ast_context->CreateRecordType( in GetLLDBNSPairType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp412 clang_type = m_ast.CreateRecordType( in CreateLLDBTypeFromPDBType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1643 clang_type = m_ast.CreateRecordType( in ParseStructureLikeDIE()