Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DDirectoryEntry.h62 bool isSameRef(DirectoryEntryRef RHS) const { return ME == RHS.ME; } in isSameRef() function
DFileEntry.h125 bool isSameRef(const FileEntryRef &RHS) const { return ME == RHS.ME; } in isSameRef() function
/external/llvm-project/clang/unittests/Basic/
DFileEntryTest.cpp114 TEST(FileEntryTest, isSameRef) { in TEST() argument
155 TEST(DirectoryEntryTest, isSameRef) { in TEST() argument