Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h101 clang::QualType CreateRecordType(PdbTypeSymId id,
H A DPdbAstBuilder.cpp769 clang::QualType PdbAstBuilder::CreateRecordType(PdbTypeSymId id, in CreateRecordType() function in PdbAstBuilder
783 m_clang.CreateRecordType(context, access, uname.c_str(), ttk, in CreateRecordType()
921 return CreateRecordType(type.index, tag.asUnion()); in CreateType()
924 return CreateRecordType(type.index, tag.asClass()); in CreateType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp139 CompilerType union_type(lldb_ctx->CreateRecordType( in BuildAggregate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp80 compiler_type = target_ast_context->CreateRecordType( in GetLLDBNSPairType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h276 CompilerType CreateRecordType(clang::DeclContext *decl_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp414 clang_type = m_ast.CreateRecordType( in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp838 clang_type = m_ast.CreateRecordType(decl_ctx, accessibility, in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1470 CompilerType ClangASTContext::CreateRecordType(DeclContext *decl_ctx, in CreateRecordType() function in ClangASTContext
2289 type = CreateRecordType(nullptr, lldb::eAccessPublic, type_name.GetCString(), in CreateStructForIdentifier()