Home
last modified time | relevance | path

Searched defs:has_value (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h83 constexpr bool has_value() const { return Storage.has_value(); } in has_value() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h105 bool has_value() const { return !!Storage; } in has_value() function