Home
last modified time | relevance | path

Searched defs:IsWrappedConditional (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h349 bool IsWrappedConditional : 1; member
H A DContinuationIndenter.cpp1524 auto IsWrappedConditional = [](const FormatToken &Tok) { in moveStateToNextToken() local