Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2871 const bool IsPrecededByComment = Previous->is(tok::comment); in parseIfThenElse() local
2872 if (IsPrecededByComment) { in parseIfThenElse()
2884 if (IsPrecededByComment) in parseIfThenElse()