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

  /external/clang/lib/Format/
ContinuationIndenter.h 157 HasMultipleNestedBlocks(false), NestedBlockInlined(false) {}
264 bool NestedBlockInlined : 1;
301 if (NestedBlockInlined != Other.NestedBlockInlined)
302 return NestedBlockInlined;
ContinuationIndenter.cpp 128 State.Stack[State.Stack.size() - 2].NestedBlockInlined &&
561 State.Stack[State.Stack.size() - 2].NestedBlockInlined;
    [all...]

Completed in 58 milliseconds