Searched refs:kw_foreach (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 1106 kw_foreach = &IdentTable.get("foreach"); in AdditionalKeywords() 1292 kw_fixed, kw_foreach, kw_implicit, kw_in, kw_init, kw_interface, in AdditionalKeywords() 1330 kw_foreach, kw_forever, in AdditionalKeywords() 1384 kw_foreach, in AdditionalKeywords() 1474 IdentifierInfo *kw_foreach; member
|
H A D | UnwrappedLineParser.cpp | 1440 if (FormatTok->isOneOf(Keywords.kw_foreach, Keywords.kw_repeat)) { in parseStructuralElement() 3211 Keywords.kw_foreach, Keywords.kw_forever, in parseForOrWhileLoop()
|