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

/freebsd-11-stable/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, function in class:PdbAstBuilder
779 CompilerType ct = m_clang.CreateRecordType(
919 return CreateRecordType(type.index, tag.asUnion());
922 return CreateRecordType(type.index, tag.asClass());
1193 // gets created. But only call CreateRecordType if the namespace name
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp125 CompilerType union_type(ast_ctx.CreateRecordType(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp78 compiler_type = target_ast_context->CreateRecordType(
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h251 CompilerType CreateRecordType(clang::DeclContext *decl_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp412 m_ast.CreateRecordType(decl_context, access, name, tag_type_kind,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1618 clang_type = m_ast.CreateRecordType(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1177 CompilerType ClangASTContext::CreateRecordType(DeclContext *decl_ctx, function in class:ClangASTContext
2004 type = CreateRecordType(nullptr, lldb::eAccessPublic, type_name.GetCString(),

Completed in 139 milliseconds