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

References

tools/clang/lib/Format/FormatToken.h
  696     kw_as = &IdentTable.get("as");
  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
  384     if (Current->isNot(Keywords.kw_as))
  422       if (Current->is(Keywords.kw_as)) {
tools/clang/lib/Format/TokenAnnotator.cpp
 1369             Current.Next->isOneOf(TT_BinaryOperator, Keywords.kw_as)) {
 1534                               Keywords.kw_as))
 1925           Current->isOneOf(Keywords.kw_in, Keywords.kw_as))
 2802     if (Left.endsSequence(tok::kw_const, Keywords.kw_as)) {
 2815     if (Left.isOneOf(tok::kw_for, Keywords.kw_as) && Left.Previous &&
 2818     if (Left.is(Keywords.kw_as) &&
 2845         Right.isOneOf(Keywords.kw_as, Keywords.kw_in))
 3315     if (Right.is(Keywords.kw_as))
 3323     if (Left.is(Keywords.kw_as))
tools/clang/lib/Format/UnwrappedLineParser.cpp
  459                                 Keywords.kw_as)) ||
  889               Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async,