Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h1117 bool isCSharpKeyword(const FormatToken &Tok) const { in isCSharpKeyword() function
H A DFormatTokenLexer.cpp343 if (!Keywords.isCSharpKeyword(*Keyword)) in tryMergeCSharpKeywordVariables()