Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatToken.h1129 kw_table = &IdentTable.get("table"); in AdditionalKeywords()
1288 kw_table, in AdditionalKeywords()
1521 IdentifierInfo *kw_table; member
H A DUnwrappedLineParser.cpp2015 if (FormatTok->is(Keywords.kw_table)) { in parseStructuralElement()
4299 assert(FormatTok->is(Keywords.kw_table)); in parseVerilogTable()