Searched refs:comparePath (Results 1 – 1 of 1) sorted by relevance
226 static std::optional<bool> comparePath(const PathPieces &X,245 return comparePath(X.subPieces, Y.subPieces); in compareMacro()262 return comparePath(X.path, Y.path); in compareCall()311 static std::optional<bool> comparePath(const PathPieces &X, in comparePath() function398 return *comparePath(X.path, Y.path); in compare()