Searched refs:ConflictLength (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp248 unsigned ConflictLength = 1; local
257 ++ConflictLength;
259 if (ConflictLength > 1)
260 Conflicts.push_back(Range(ConflictStart, ConflictLength));
263 ConflictLength = 1;
267 if (ConflictLength > 1)
268 Conflicts.push_back(Range(ConflictStart, ConflictLength));

Completed in 61 milliseconds