Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h65 bool isSameRef(DirectoryEntryRef RHS) const { return ME == RHS.ME; } in isSameRef() function
H A DFileEntry.h132 bool isSameRef(const FileEntryRef &RHS) const { return ME == RHS.ME; } isSameRef() function
/llvm-project/clang/unittests/Basic/
H A DFileEntryTest.cpp113 TEST(FileEntryTest, isSameRef) { in TEST() argument
199 TEST(DirectoryEntryTest, isSameRef) { in TEST() argument