Home
last modified time | relevance | path

Searched refs:isBoolean (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp335 bool VariantValue::isBoolean() const { in isBoolean() function in clang::ast_matchers::dynamic::VariantValue
340 assert(isBoolean()); in getBoolean()
426 if (!isBoolean()) in isConvertibleTo()
H A DMarshallers.h105 return Value.isBoolean();
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h278 bool isBoolean() const;