Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DFormatToken.h849 kw_finally = &IdentTable.get("finally"); in AdditionalKeywords()
927 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
941 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from, in AdditionalKeywords()
968 IdentifierInfo *kw_finally; member
DUnwrappedLineParser.cpp947 Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally, in mustBeJSIdent()
975 tok::kw_throw, tok::kw_try, tok::kw_catch, Keywords.kw_finally, in isJSDeclOrStmt()
2077 FormatTok->is(Keywords.kw_finally)) || in parseTryCatch()
/external/clang/lib/Format/
DFormatToken.h583 kw_finally = &IdentTable.get("finally"); in AdditionalKeywords()
635 IdentifierInfo *kw_finally; member
DUnwrappedLineParser.cpp673 Keywords.kw_yield, Keywords.kw_finally, in mustBeJSIdent()
699 tok::kw_throw, tok::kw_try, tok::kw_catch, Keywords.kw_finally, in isJSDeclOrStmt()
1503 FormatTok->is(Keywords.kw_finally)) || in parseTryCatch()