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

/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DDirectoryEntry.h128 RefTy MaybeRef;
131 MapEntryOptionalStorage() : MaybeRef(optional_none_tag()) {}
135 : MaybeRef(std::forward<ArgTypes>(Args)...) {}
137 void reset() { MaybeRef = optional_none_tag(); }
139 bool has_value() const { return MaybeRef.hasOptionalValue(); }
143 return MaybeRef;
147 return MaybeRef;
151 return std::move(MaybeRef);
155 MaybeRef = RefTy(std::forward<Args>(args)...);
159 MaybeRef
272 OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr( OptionalDirectoryEntryRef MaybeRef) argument
286 operator =(OptionalDirectoryEntryRef MaybeRef) argument
[all...]
H A DFileEntry.h308 OptionalFileEntryRefDegradesToFileEntryPtr(OptionalFileEntryRef MaybeRef) argument
309 : OptionalFileEntryRef(MaybeRef) {}
320 operator=(OptionalFileEntryRef MaybeRef) { argument
321 OptionalFileEntryRef::operator=(MaybeRef);

Completed in 131 milliseconds