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

  /external/clang/lib/Format/
FormatToken.h 397 bool opensBlockTypeList(const FormatStyle &Style) const {
404 /// \brief Same as opensBlockTypeList, but for the closing token.
406 return MatchingParen && MatchingParen->opensBlockTypeList(Style);
ContinuationIndenter.cpp     [all...]

Completed in 76 milliseconds