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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1004   if ((PreviousNonComment &&
 1005        (PreviousNonComment->ClosesTemplateDeclaration ||
 1006         PreviousNonComment->isOneOf(
 1055   if (PreviousNonComment && PreviousNonComment->is(tok::colon) &&
 1055   if (PreviousNonComment && PreviousNonComment->is(tok::colon) &&
 1056       PreviousNonComment->isOneOf(TT_ObjCMethodExpr, TT_DictLiteral))
 1060   if (PreviousNonComment && PreviousNonComment->is(TT_CtorInitializerColon) &&
 1060   if (PreviousNonComment && PreviousNonComment->is(TT_CtorInitializerColon) &&
 1063   if (PreviousNonComment && PreviousNonComment->is(TT_InheritanceColon) &&
 1063   if (PreviousNonComment && PreviousNonComment->is(TT_InheritanceColon) &&
 1074   if (State.Stack.back().Indent == State.FirstIndent && PreviousNonComment &&
 1075       !PreviousNonComment->isOneOf(tok::r_brace, TT_CtorInitializerComma))