Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp255 setBoolean(Boolean); in VariantValue()
281 setBoolean(Other.getBoolean()); in operator =()
329 void VariantValue::setBoolean(bool NewValue) { in setBoolean() function in clang::ast_matchers::dynamic::VariantValue
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h276 void setBoolean(bool Boolean);