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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp42 return V->getAsBoolean();
182 return *L.getAsBoolean() == *R.getAsBoolean();
601 OS << (*V.getAsBoolean() ? "true" : "false");
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h400 llvm::Optional<bool> getAsBoolean() const { function in class:llvm::json::Value
595 if (auto S = E.getAsBoolean()) {

Completed in 178 milliseconds