Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h61 using LinesArray = VarStreamArray<InlineeSourceLine>;
62 using Iterator = LinesArray::Iterator;
84 LinesArray Lines;
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp247 Array LinesArray; in serializeDocComment() local
253 LinesArray.emplace_back(std::move(Line)); in serializeDocComment()
255 serializeArray(DocComment, "lines", LinesArray); in serializeDocComment()