Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp380 if (!Keywords.isCSharpKeyword(*Keyword)) in tryMergeCSharpKeywordVariables()
H A DFormatToken.h1631 bool isCSharpKeyword(const FormatToken &Tok) const { in isCSharpKeyword() function