Searched refs:FindEscapedNewline (Results 1 – 1 of 1) sorted by relevance
143 size_t FindEscapedNewline = EndIfStr.find_last_not_of(' '); in wouldFixEndifComment() local144 if (FindEscapedNewline != StringRef::npos && in wouldFixEndifComment()145 EndIfStr[FindEscapedNewline] == '\\') in wouldFixEndifComment()