Home
last modified time | relevance | path

Searched defs:DiffPiece (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp559 struct DiffPiece : Piece { struct
560 DiffPiece() : Piece(DiffPieceClass) {} in DiffPiece() argument
562 Piece *Parts[4] = {};
563 int Indexes[2] = {};
565 static bool classof(const Piece *P) { in classof()