Home
last modified time | relevance | path

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

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