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

References

tools/clang/lib/Format/FormatToken.h
  717     kw_assert = &IdentTable.get("assert");
tools/clang/lib/Format/TokenAnnotator.cpp
 1330     } else if (Current.is(TT_LambdaArrow) || Current.is(Keywords.kw_assert)) {
 2516   if (Left.is(Keywords.kw_assert) && Style.Language == FormatStyle::LK_Java)