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 157 ContainsLineBreak(false), ContainsUnwrappedBuilder(0),
242 bool ContainsUnwrappedBuilder;
301 if (ContainsUnwrappedBuilder != Other.ContainsUnwrappedBuilder)
302 return ContainsUnwrappedBuilder < Other.ContainsUnwrappedBuilder;
ContinuationIndenter.cpp 116 if (Current.isMemberAccess() && State.Stack.back().ContainsUnwrappedBuilder)
323 State.Stack.back().ContainsUnwrappedBuilder = true;
    [all...]

Completed in 81 milliseconds