Home
last modified time | relevance | path

Searched refs:CreateDeclInfoForType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h134 CreateDeclInfoForType(const llvm::codeview::TagRecord &record, TypeIndex ti);
H A DPdbAstBuilder.cpp169 PdbAstBuilder::CreateDeclInfoForType(const TagRecord &record, TypeIndex ti) { in CreateDeclInfoForType() function in PdbAstBuilder
605 std::tie(context, uname) = CreateDeclInfoForType(record, id.index); in CreateRecordType()
1145 std::tie(decl_context, uname) = CreateDeclInfoForType(er, id.index); in CreateEnumType()
1259 std::tie(context, uname) = CreateDeclInfoForType(tag.asTag(), tid.index); in ParseNamespace()