HomeSort by relevance Sort by last modified time
    Searched refs:CanBreakBefore (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Format/
FormatToken.h 106 CanBreakBefore(false), ClosesTemplateDeclaration(false),
185 bool CanBreakBefore;
FormatToken.cpp 162 while (ItemEnd->Next && !ItemEnd->Next->CanBreakBefore)
TokenAnnotator.cpp     [all...]
ContinuationIndenter.cpp 35 while (End->Next && !End->Next->CanBreakBefore) {
95 if (!Current.CanBreakBefore && !(State.Stack.back().BreakBeforeClosingBrace &&
    [all...]
Format.cpp 725 Tok->CanBreakBefore = true;
    [all...]

Completed in 343 milliseconds