reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/FormatToken.h
  700     kw_finally = &IdentTable.get("finally");
  776         {kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from,
  789          kw_as, kw_async, kw_await, kw_declare, kw_finally, kw_from,
tools/clang/lib/Format/UnwrappedLineParser.cpp
  890               Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally,
  918       tok::kw_throw, tok::kw_try, tok::kw_catch, Keywords.kw_finally,
 1849            FormatTok->is(Keywords.kw_finally)) ||