Searched refs:CreateRecordType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 101 clang::QualType CreateRecordType(PdbTypeSymId id,
|
| H A D | PdbAstBuilder.cpp | 769 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 D | AppleObjCTypeEncodingParser.cpp | 139 CompilerType union_type(lldb_ctx->CreateRecordType( in BuildAggregate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSDictionary.cpp | 80 compiler_type = target_ast_context->CreateRecordType( in GetLLDBNSPairType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ClangASTContext.h | 276 CompilerType CreateRecordType(clang::DeclContext *decl_ctx,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 414 clang_type = m_ast.CreateRecordType( in CreateLLDBTypeFromPDBType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 838 clang_type = m_ast.CreateRecordType(decl_ctx, accessibility, in ParseTypeFromDWARF()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 1470 CompilerType ClangASTContext::CreateRecordType(DeclContext *decl_ctx, in CreateRecordType() function in ClangASTContext 2289 type = CreateRecordType(nullptr, lldb::eAccessPublic, type_name.GetCString(), in CreateStructForIdentifier()
|