HomeSort by: relevance | last modified time | path
    Searched defs:optional_none_tag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DirectoryEntry.h 88 struct optional_none_tag {}; struct in class:clang::DirectoryEntryRef
91 DirectoryEntryRef(optional_none_tag) : ME(nullptr) {}
114 /// the private optional_none_tag to keep it to the size of a single pointer.
116 using optional_none_tag = typename RefTy::optional_none_tag;
120 MapEntryOptionalStorage() : MaybeRef(optional_none_tag()) {}
126 void reset() { MaybeRef = optional_none_tag(); }
162 /// its optional_none_tag to keep it the size of a single pointer.
FileEntry.h 163 struct optional_none_tag {}; struct in class:clang::FileEntryRef
166 FileEntryRef(optional_none_tag) : ME(nullptr) {}
198 /// optional_none_tag to keep it the size of a single pointer.

Completed in 51 milliseconds