Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp2655 const bool IsPrecededByComment = Previous->is(tok::comment); in parseIfThenElse() local
2656 if (IsPrecededByComment) { in parseIfThenElse()
2668 if (IsPrecededByComment) in parseIfThenElse()