Searched refs:comparePath (Results 1 – 1 of 1) sorted by relevance
278 static Optional<bool> comparePath(const PathPieces &X, const PathPieces &Y);296 return comparePath(X.subPieces, Y.subPieces); in compareMacro()313 return comparePath(X.path, Y.path); in compareCall()360 static Optional<bool> comparePath(const PathPieces &X, const PathPieces &Y) { in comparePath() function411 Optional<bool> b = comparePath(X.path, Y.path); in compare()