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

References

tools/clang/lib/Format/TokenAnnotator.cpp
 1902       if (NextNonComment && Current->is(TT_SelectorName) &&
 1903           (NextNonComment->isOneOf(TT_DictLiteral, TT_JsTypeColon) ||
 1906             NextNonComment->is(tok::less))))
 1915           (Current->is(tok::comment) && NextNonComment &&
 1916            NextNonComment->is(TT_SelectorName)))