HomeSort by: relevance | last modified time | path
    Searched refs:opensBlockOrBlockTypeList (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 647 bool opensBlockOrBlockTypeList(const FormatStyle &Style) const {
674 /// Same as opensBlockOrBlockTypeList, but for the closing token.
678 return MatchingParen && MatchingParen->opensBlockOrBlockTypeList(Style);
ContinuationIndenter.cpp 1454 if (Current.opensBlockOrBlockTypeList(Style)) {
TokenAnnotator.cpp 2567 Current->MatchingParen->opensBlockOrBlockTypeList(Style)) {
2572 if (Current->opensBlockOrBlockTypeList(Style))

Completed in 24 milliseconds