Home
last modified time | relevance | path

Searched refs:asTag (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp264 std::string qname = std::string(parent.asTag().getUniqueName()); in GetNestedTagDefinition()
265 if (qname.size() < 4 || child.asTag().getUniqueName().size() < 4) in GetNestedTagDefinition()
271 qname[3] = child.asTag().getUniqueName()[3]; in GetNestedTagDefinition()
278 if (qname != child.asTag().UniqueName) in GetNestedTagDefinition()
2184 RecordIndices &indices = record_indices[tag.asTag().getUniqueName()]; in BuildParentMap()
2185 if (tag.asTag().isForwardRef()) in BuildParentMap()
2199 if (tag.asTag().isForwardRef() || !tag.asTag().containsNestedClass()) in BuildParentMap()
2235 CVType field_list_cvt = m_index->tpi().getType(tag.asTag().FieldList); in BuildParentMap()
H A DPdbUtil.h44 const llvm::codeview::TagRecord &asTag() const { in asTag() function
H A DPdbAstBuilder.cpp882 TagRecord tag_record = CVTagRecord::create(parent_cvt).asTag(); in CreateFunctionDecl()
888 tag_record = CVTagRecord::create(index.tpi().getType(*eti)).asTag(); in CreateFunctionDecl()
1261 std::tie(context, uname) = CreateDeclInfoForType(tag.asTag(), tid.index); in ParseNamespace()