Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp260 setBoolean(Boolean); in VariantValue()
290 setBoolean(Other.getBoolean()); in operator =()
344 void VariantValue::setBoolean(bool NewValue) { in setBoolean() function in clang::ast_matchers::dynamic::VariantValue
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h280 void setBoolean(bool Boolean);