Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1266 } else if (Style.isTableGen() && !Keywords.isTableGenKeyword(*FormatTok)) { in getNextToken()
H A DFormatToken.h1880 bool isTableGenKeyword(const FormatToken &Tok) const { in isTableGenKeyword() function