Home | History | Annotate | Download | only in Core

Lines Matching defs:Snippet

2131   StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset);
2137 if (Snippet.find_first_of("\r\n") != StringRef::npos)
2141 return Snippet.size();