Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DTokenAnnotator.cpp198 if (Left->Previous && Left->Previous->is(TT_JavaAnnotation)) in parseParens()
199 CurrentToken->Type = TT_JavaAnnotation; in parseParens()
889 Current.Previous->isOneOf(TT_JavaAnnotation, in determineTokenType()
910 Current.Type = TT_JavaAnnotation; in determineTokenType()
912 Current.Previous->isOneOf(TT_JavaAnnotation, in determineTokenType()
1619 if (Left.is(TT_JavaAnnotation)) in splitPenalty()
2007 if (Left.isOneOf(TT_JavaAnnotation, TT_LeadingJavaAnnotation)) in canBreakBefore()
DFormatToken.h50 TT_JavaAnnotation, enumerator
DContinuationIndenter.cpp449 if (Previous.isOneOf(TT_TemplateCloser, TT_JavaAnnotation) && in addTokenOnNewLine()
484 !PreviousNonComment->isOneOf(TT_BinaryOperator, TT_JavaAnnotation, in addTokenOnNewLine()
562 PreviousNonComment->isOneOf(TT_AttributeParen, TT_JavaAnnotation, in getNewLineColumn()