reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
717 kw_assert = &IdentTable.get("assert");
tools/clang/lib/Format/TokenAnnotator.cpp1330 } else if (Current.is(TT_LambdaArrow) || Current.is(Keywords.kw_assert)) { 2516 if (Left.is(Keywords.kw_assert) && Style.Language == FormatStyle::LK_Java)