HomeSort by: relevance | last modified time | path
    Searched refs:kw_finally (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 848 kw_finally = &IdentTable.get("finally");
926 {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from,
940 kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from,
967 IdentifierInfo *kw_finally; member in struct:clang::format::AdditionalKeywords
UnwrappedLineParser.cpp 959 Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally,
987 tok::kw_throw, tok::kw_try, tok::kw_catch, Keywords.kw_finally,
2095 FormatTok->is(Keywords.kw_finally)) ||

Completed in 24 milliseconds