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.cpp553 struct DiffPiece : Piece { struct
554 DiffPiece() : Piece(DiffPieceClass) {} in DiffPiece() function
556 Piece *Parts[4] = {};
557 int Indexes[2] = {};
559 static bool classof(const Piece *P) { in classof()