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 DFormatTokenLexer.cpp437 if (!Keywords.isCSharpKeyword(*Keyword)) in tryMergeCSharpKeywordVariables()
H A DFormatToken.h1731 bool isCSharpKeyword(const FormatToken &Tok) const { in isCSharpKeyword() function