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

  /external/clang/lib/Format/
ContinuationIndenter.h 153 ContainsLineBreak(false), ContainsUnwrappedBuilder(0),
234 bool ContainsUnwrappedBuilder;
291 if (ContainsUnwrappedBuilder != Other.ContainsUnwrappedBuilder)
292 return ContainsUnwrappedBuilder < Other.ContainsUnwrappedBuilder;
ContinuationIndenter.cpp 113 if (Current.isMemberAccess() && State.Stack.back().ContainsUnwrappedBuilder)
215 State.Stack.back().ContainsUnwrappedBuilder)))
301 State.Stack.back().ContainsUnwrappedBuilder = true;
    [all...]

Completed in 35 milliseconds