Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormatTokenLexer.cpp437 if (!Keywords.isCSharpKeyword(*Keyword)) in tryMergeCSharpKeywordVariables()
HDFormatToken.h1731 bool isCSharpKeyword(const FormatToken &Tok) const { in isCSharpKeyword() function