Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatToken.h944 kw_finally = &IdentTable.get("finally"); in AdditionalKeywords()
1162 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
1176 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
1333 IdentifierInfo *kw_finally; member
DUnwrappedLineParser.cpp1359 Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally, in mustBeJSIdent()
1387 tok::kw_throw, tok::kw_try, tok::kw_catch, Keywords.kw_finally, in isJSDeclOrStmt()
2956 FormatTok->is(Keywords.kw_finally)) || in parseTryCatch()