Searched refs:TT_InheritanceColon (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Format/
H A DFormatToken.h47 TT_InheritanceColon, enumerator in enum:clang::format::TokenType
H A DContinuationIndenter.cpp324 else if (Previous.Type == TT_InheritanceColon) {
575 if (Current.Type == TT_InheritanceColon)
H A DTokenAnnotator.cpp408 Tok->Type = TT_InheritanceColon;
1381 Left.Type == TT_InheritanceColon)
1731 if (Right.Type == TT_InheritanceColon)

Completed in 133 milliseconds