Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp847 auto IsFunctionCallParen = [](const FormatToken &Tok) { in addTokenOnCurrentLine() local
885 !IsFunctionCallParen(*Previous))) { in addTokenOnCurrentLine()
892 Next->is(TT_FunctionDeclarationLParen) || IsFunctionCallParen(*Next); in addTokenOnCurrentLine()