Home
last modified time | relevance | path

Searched refs:ModifierType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp439 enum ModifierType { enum
453 static StringRef getModifierName(ModifierType MT) { in getModifierName()
520 ModifierType Kind;
522 PlaceholderPiece(ModifierType Kind, int Index) in PlaceholderPiece()
532 SelectPiece(PieceKind Kind, ModifierType ModKind) in SelectPiece()
536 SelectPiece(ModifierType ModKind) : SelectPiece(SelectPieceClass, ModKind) {} in SelectPiece()
538 ModifierType ModKind;
1048 ModifierType ModType = llvm::StringSwitch<ModifierType>{Modifier} in parseDiagText()