Home
last modified time | relevance | path

Searched refs:TT_JavaAnnotation (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp196 if (Left->Previous && Left->Previous->is(TT_JavaAnnotation)) in parseParens()
197 CurrentToken->Type = TT_JavaAnnotation; in parseParens()
867 Current.Previous->isOneOf(TT_JavaAnnotation, in determineTokenType()
886 Current.Type = TT_JavaAnnotation; in determineTokenType()
888 Current.Previous->isOneOf(TT_JavaAnnotation, in determineTokenType()
1590 if (Left.is(TT_JavaAnnotation)) in splitPenalty()
1948 if (Left.isOneOf(TT_JavaAnnotation, TT_LeadingJavaAnnotation)) in canBreakBefore()
H A DFormatToken.h50 TT_JavaAnnotation, enumerator
H A DContinuationIndenter.cpp436 if (Previous.isOneOf(TT_TemplateCloser, TT_JavaAnnotation) && in addTokenOnNewLine()
471 !PreviousNonComment->isOneOf(TT_BinaryOperator, TT_JavaAnnotation, in addTokenOnNewLine()
549 PreviousNonComment->isOneOf(TT_AttributeParen, TT_JavaAnnotation, in getNewLineColumn()