Home
last modified time | relevance | path

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

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