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

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

Completed in 893 milliseconds