Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormatTokenLexer.cpp1304 } else if (Style.isTableGen() && !Keywords.isTableGenKeyword(*FormatTok)) { in getNextToken()
HDFormatToken.h1932 bool isTableGenKeyword(const FormatToken &Tok) const { in isTableGenKeyword() function