Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h95 bool precededByCommentOrPPDirective() const;
H A DUnwrappedLineParser.cpp459 bool UnwrappedLineParser::precededByCommentOrPPDirective() const { in precededByCommentOrPPDirective() function in clang::format::UnwrappedLineParser
486 !Style.RemoveBracesLLVM || precededByCommentOrPPDirective(); in parseLevel()
548 precededByCommentOrPPDirective()) { in parseLevel()