Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp652 std::vector<Piece *> AllocatedPieces; member
658 AllocatedPieces.push_back(Mem); in New()
670 : Builder(O.Builder), AllocatedPieces(std::move(O.AllocatedPieces)), in DiagText()
676 for (Piece *P : AllocatedPieces) in ~DiagText()