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

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp834 /// CountNumNewlinesBetween - Count the number of newlines in the specified
836 static unsigned CountNumNewlinesBetween(StringRef Range) { function
904 unsigned NumNewLines = CountNumNewlinesBetween(Buffer);

Completed in 95 milliseconds