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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  776        !Current.isOneOf(Keywords.kw_async, Keywords.kw_function)))
tools/clang/lib/Format/FormatToken.h
  697     kw_async = &IdentTable.get("async");
  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/TokenAnnotator.cpp
 2763     if (Left.is(Keywords.kw_async) && Right.is(tok::l_paren) &&
 3282             Keywords.kw_set, Keywords.kw_async, Keywords.kw_await))
tools/clang/lib/Format/UnwrappedLineParser.cpp
  889               Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async,
  921       Keywords.kw_async, Keywords.kw_function,
 1312                                                      Keywords.kw_async)))) {
 1528          FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function));
 1529   if (FormatTok->is(Keywords.kw_async))
 1589           FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) {
 1713            FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)))
 2403   if (FormatTok->is(Keywords.kw_async))