Searched refs:EndIfData (Results 1 – 1 of 1) sorted by relevance
134 const char *EndIfData = PP->getSourceManager().getCharacterData(EndIf); in wouldFixEndifComment() local135 size_t EndIfLen = std::strcspn(EndIfData, "\r\n"); in wouldFixEndifComment()139 StringRef EndIfStr(EndIfData, EndIfLen); in wouldFixEndifComment()