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

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 213 CanBreakBefore(false), ClosesTemplateDeclaration(false),
260 unsigned ClosesTemplateDeclaration : 1;
ContinuationIndenter.cpp 430 if (Previous.ClosesTemplateDeclaration &&
485 if (Previous.ClosesTemplateDeclaration)
1075 (PreviousNonComment->ClosesTemplateDeclaration ||
TokenAnnotator.cpp 822 CurrentToken->Previous->ClosesTemplateDeclaration = true;
1678 BeforeParen->Previous->ClosesTemplateDeclaration))
2776 if (Left.ClosesTemplateDeclaration)
3620 if (Right.Previous->ClosesTemplateDeclaration &&
3995 if (Left.ClosesTemplateDeclaration || Left.is(TT_FunctionAnnotationRParen))

Completed in 20 milliseconds