Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DHeaderGuard.cpp143 size_t FindEscapedNewline = EndIfStr.find_last_not_of(' '); in wouldFixEndifComment() local
144 if (FindEscapedNewline != StringRef::npos && in wouldFixEndifComment()
145 EndIfStr[FindEscapedNewline] == '\\') in wouldFixEndifComment()