Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h43 TT_FunctionDeclarationName, enumerator
DContinuationIndenter.cpp207 if ((Current.Type == TT_FunctionDeclarationName || in mustBreak()
525 NextNonComment->Type == TT_FunctionDeclarationName))) in getNewLineColumn()
DTokenAnnotator.cpp1254 Current->Type = TT_FunctionDeclarationName; in calculateFormattingInformation()
1361 Right.Type == TT_FunctionDeclarationName || Right.is(tok::kw_operator)) { in splitPenalty()
1716 Right.Type == TT_FunctionDeclarationName || Right.is(tok::kw_operator)) in canBreakBefore()