Home | History | Annotate | Download | only in llvm-diff

Lines Matching defs:Path

481   llvm::SmallVector<char, 8> Path; // actually of DifferenceEngine::DiffChange
512 Cur[I].Path.push_back(DC_left);
519 Next[0].Path.push_back(DC_right);
526 Next[Index].Path.push_back(DC_match);
531 Next[Index].Path.push_back(DC_left);
535 Next[Index].Path.push_back(DC_right);
546 SmallVectorImpl<char> &Path = Cur[NL].Path;
552 while (Path.back() == DC_match)
553 Path.pop_back();
557 PI = Path.begin(), PE = Path.end();