Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTContext.h277 CreateRecordType (clang::DeclContext *decl_ctx,
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDNSDictionary.cpp43 …clang_type = target_ast_context->CreateRecordType(NULL, lldb::eAccessPublic, g___lldb_autogen_nspa… in GetLLDBNSPairType()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp1183 ClangASTContext::CreateRecordType (DeclContext *decl_ctx, in CreateRecordType() function in ClangASTContext
1894 …type = CreateRecordType(nullptr, lldb::eAccessPublic, type_name.GetCString(), clang::TTK_Struct, l… in GetOrCreateStructForIdentifier()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp6297 clang_type = ast.CreateRecordType (decl_ctx, in ParseType()