Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DBracesAroundStatementsCheck.cpp61 bool SkipEndWhitespaceAndComments = true; in findEndLocation() local
67 SkipEndWhitespaceAndComments = false; in findEndLocation()
72 if (SkipEndWhitespaceAndComments) { in findEndLocation()