Home | History | Annotate | Download | only in Core

Lines Matching defs:Sep

422     char Sep = ' ';
426 std::pair<llvm::StringRef, llvm::StringRef> Pair = Str.split(Sep);
434 Pair = Pair.second.split(Sep);