Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h354 bool IsWrappedConditional : 1; member
H A DContinuationIndenter.cpp1360 auto IsWrappedConditional = [](const FormatToken &Tok) { in moveStateToNextToken() local