Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp544 struct PlaceholderPiece : Piece { struct
545 ModifierType Kind;
546 int Index;
547 PlaceholderPiece(ModifierType Kind, int Index) in PlaceholderPiece() function
550 static bool classof(const Piece *P) { in classof()