Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp289 setBoolean(Other.getBoolean()); in operator =()
338 bool VariantValue::getBoolean() const { in getBoolean() function in clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h111 return Value.getBoolean();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h279 bool getBoolean() const;
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp775 bool getBoolean(const SMTExprRef &Exp) override { in getBoolean() function in __anondfffcc6f0111::Z3Solver
835 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)), in toAPSInt()
H A DJSON.cpp43 llvm::Optional<bool> Object::getBoolean(StringRef K) const { in getBoolean() function in llvm::json::Object