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

Lines Matching refs:Path

479   llvm::SmallVector<char, 8> Path; // actually of DifferenceEngine::DiffChange
510 Cur[I].Path.push_back(DC_left);
517 Next[0].Path.push_back(DC_right);
524 Next[Index].Path.push_back(DC_match);
529 Next[Index].Path.push_back(DC_left);
533 Next[Index].Path.push_back(DC_right);
544 SmallVectorImpl<char> &Path = Cur[NL].Path;
550 while (Path.back() == DC_match)
551 Path.pop_back();
555 PI = Path.begin(), PE = Path.end();