Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp584 struct DiffPiece : Piece { struct
585 DiffPiece() : Piece(DiffPieceClass) {} in DiffPiece() argument
587 Piece *Options[2] = {};
588 int Indexes[2] = {};
590 static bool classof(const Piece *P) { in classof()