Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1710 bool isCSharpKeyword(const FormatToken &Tok) const { in isCSharpKeyword() function
H A DFormatTokenLexer.cpp480 if (!Keywords.isCSharpKeyword(*Keyword)) in tryMergeCSharpKeywordVariables()