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.cpp2994 const bool IsPrecededByComment = Previous->is(tok::comment); in parseIfThenElse() local
2995 if (IsPrecededByComment) { in parseIfThenElse()
3007 if (IsPrecededByComment) in parseIfThenElse()