Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp517 struct PlaceholderPiece : Piece { struct
518 ModifierType Kind;
519 int Index;
520 PlaceholderPiece(ModifierType Kind, int Index) in PlaceholderPiece() function
523 static bool classof(const Piece *P) { in classof()