Home | History | Annotate | Download | only in Lex

Lines Matching refs:kind

542 /// updating the token kind accordingly.
565 // Update the token info (identifier info and appropriate token kind).
601 /// \brief Returns a diagnostic message kind for reporting a future keyword as
603 static diag::kind getFutureCompatDiagKind(const IdentifierInfo &II,
608 return llvm::StringSwitch<diag::kind>(II.getName())
751 // Figure out what kind of lexer we actually have.