Home
last modified time | relevance | path

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

/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()