Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp2843 const bool IsPrecededByComment = Previous->is(tok::comment); in parseIfThenElse() local
2844 if (IsPrecededByComment) { in parseIfThenElse()
2856 if (IsPrecededByComment) in parseIfThenElse()