Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1236 kw_table = &IdentTable.get("table"); in AdditionalKeywords()
1360 kw_supply1, kw_table, in AdditionalKeywords()
1607 IdentifierInfo *kw_table; member
H A DUnwrappedLineParser.cpp1983 if (FormatTok->is(Keywords.kw_table)) { in parseStructuralElement()
4492 assert(FormatTok->is(Keywords.kw_table)); in parseVerilogTable()