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

References

tools/clang/lib/Format/FormatToken.h
  701     kw_from = &IdentTable.get("from");
  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/SortJavaScriptImports.cpp
  349     if (Current->is(Keywords.kw_from)) {
  398       if (Current->is(Keywords.kw_from))
tools/clang/lib/Format/TokenAnnotator.cpp
 1182             CurrentToken->is(Keywords.kw_from) && CurrentToken->Next &&
tools/clang/lib/Format/UnwrappedLineParser.cpp
  895               Keywords.kw_from));