Home
last modified time | relevance | path

Searched defs:isSameRef (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h72 bool isSameRef(DirectoryEntryRef RHS) const { return ME == RHS.ME; } isSameRef() function
H A DFileEntry.h132 bool isSameRef(const FileEntryRef &RHS) const { return ME == RHS.ME; } in isSameRef() function