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

/external/clang/lib/Format/
H A DContinuationIndenter.cpp31 static unsigned getLengthToMatchingParen(const FormatToken &Tok) { function in namespace:clang::format
171 getLengthToMatchingParen(Previous) + State.Column - 1 >
980 if (getLengthToMatchingParen(Current) + State.Column >

Completed in 133 milliseconds