Searched refs:isTableGenKeyword (Results 1 – 2 of 2) sorted by relevance
1915 bool isTableGenKeyword(const FormatToken &Tok) const { in isTableGenKeyword() function
1415 } else if (Style.isTableGen() && !Keywords.isTableGenKeyword(*FormatTok)) { in getNextToken()