Searched refs:getBoolean (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp277 setBoolean(Other.getBoolean());
320 bool VariantValue::getBoolean() const { function in class:clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h102 return Value.getBoolean();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h272 bool getBoolean() const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h403 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
H A DJSON.h140 llvm::Optional<bool> getBoolean(StringRef K) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp775 bool getBoolean(const SMTExprRef &Exp) override {
835 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)),
H A DJSON.cpp40 llvm::Optional<bool> Object::getBoolean(StringRef K) const { function in class:llvm::json::Object

Completed in 130 milliseconds