Home
last modified time | relevance | path

Searched refs:hasOptionalValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDirectoryEntry.h95 bool hasOptionalValue() const { return ME; } in hasOptionalValue() function
133 bool has_value() const { return MaybeRef.hasOptionalValue(); }
H A DFileEntry.h177 bool hasOptionalValue() const { return ME; } in hasOptionalValue() function