Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1048 kw_finally = &IdentTable.get("finally"); in AdditionalKeywords()
1284 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
1298 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
1416 IdentifierInfo *kw_finally; member
H A DUnwrappedLineParser.cpp1252 Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally, in mustBeJSIdent()
1280 tok::kw_throw, tok::kw_try, tok::kw_catch, Keywords.kw_finally, in isJSDeclOrStmt()
3047 FormatTok->is(Keywords.kw_finally)) || in parseTryCatch()