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

References

tools/clang/lib/Format/FormatToken.h
  698     kw_await = &IdentTable.get("await");
  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
  864         if (CurrentToken && CurrentToken->is(Keywords.kw_await))
 2760     if (Right.is(tok::l_paren) && Left.is(Keywords.kw_await) && Left.Previous &&
 2797       if (Left.isOneOf(tok::kw_throw, Keywords.kw_await, Keywords.kw_typeof,
 3282             Keywords.kw_set, Keywords.kw_async, Keywords.kw_await))
tools/clang/lib/Format/UnwrappedLineParser.cpp
  890               Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally,
 1940       FormatTok->is(Keywords.kw_await))