Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Left

170       // Left piece is longer.
209 StringRef Left = Split.first, Right = Split.second;
210 if (Left == PP.getPredefines()) {
218 CommandLine.push_back(Left);
232 Left.split(CmdLineLines, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);