Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormatToken.h858 kw_finally = &IdentTable.get("finally"); in AdditionalKeywords()
936 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
950 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
977 IdentifierInfo *kw_finally; member
DUnwrappedLineParser.cpp961 Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally, in mustBeJSIdent()
989 tok::kw_throw, tok::kw_try, tok::kw_catch, Keywords.kw_finally, in isJSDeclOrStmt()
2173 FormatTok->is(Keywords.kw_finally)) || in parseTryCatch()