Home
last modified time | relevance | path

Searched refs:comparePath (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp229 static Optional<bool> comparePath(const PathPieces &X, const PathPieces &Y);
247 return comparePath(X.subPieces, Y.subPieces); in compareMacro()
264 return comparePath(X.path, Y.path); in compareCall()
313 static Optional<bool> comparePath(const PathPieces &X, const PathPieces &Y) { in comparePath() function
398 Optional<bool> b = comparePath(X.path, Y.path); in compare()