Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp468 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h383 TypeIndex getNestedType() const { return Type; } in getNestedType() function