OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSameRef
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
DirectoryEntry.h
62
bool
isSameRef
(DirectoryEntryRef RHS) const { return ME == RHS.ME; }
104
return
isSameRef
(DirectoryEntryRef(dense_map_empty_tag())) ||
105
isSameRef
(DirectoryEntryRef(dense_map_tombstone_tag()));
211
if (LHS.
isSameRef
(RHS))
FileEntry.h
129
bool
isSameRef
(const FileEntryRef &RHS) const { return ME == RHS.ME; }
179
return
isSameRef
(FileEntryRef(dense_map_empty_tag())) ||
180
isSameRef
(FileEntryRef(dense_map_tombstone_tag()));
243
if (LHS.
isSameRef
(RHS))
Completed in 17 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026