Home
last modified time | relevance | path

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

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