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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1439 bool FunctionLike = FormatTok->is(tok::l_paren); local
1440 if (FunctionLike)
1448 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) &&

Completed in 78 milliseconds