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

References

tools/clang/lib/Format/FormatToken.h
  540       NamespaceTok = NamespaceTok->getNextNonComment();
  540       NamespaceTok = NamespaceTok->getNextNonComment();
  542     if (NamespaceTok && NamespaceTok->isOneOf(tok::kw_inline, tok::kw_export))
  542     if (NamespaceTok && NamespaceTok->isOneOf(tok::kw_inline, tok::kw_export))
  543       NamespaceTok = NamespaceTok->getNextNonComment();
  543       NamespaceTok = NamespaceTok->getNextNonComment();
  544     return NamespaceTok &&
  545                    NamespaceTok->isOneOf(tok::kw_namespace, TT_NamespaceMacro)
  546                ? NamespaceTok