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

/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DDirectoryEntry.h71 bool isSameRef(DirectoryEntryRef RHS) const { return ME == RHS.ME; } function in class:clang::DirectoryEntryRef
113 return isSameRef(DirectoryEntryRef(dense_map_empty_tag())) ||
114 isSameRef(DirectoryEntryRef(dense_map_tombstone_tag()));
218 if (LHS.isSameRef(RHS))
H A DFileEntry.h135 bool isSameRef(const FileEntryRef &RHS) const { return ME == RHS.ME; } function in class:clang::FileEntryRef
192 return isSameRef(FileEntryRef(dense_map_empty_tag())) ||
193 isSameRef(FileEntryRef(dense_map_tombstone_tag()));
256 if (LHS.isSameRef(RHS))

Completed in 189 milliseconds