Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineParser.h122 bool precededByCommentOrPPDirective() const;
HDUnwrappedLineParser.cpp340 bool UnwrappedLineParser::precededByCommentOrPPDirective() const { in precededByCommentOrPPDirective() function in clang::format::UnwrappedLineParser
361 !Style.RemoveBracesLLVM || precededByCommentOrPPDirective(); in parseLevel()
423 precededByCommentOrPPDirective()) { in parseLevel()