Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp264 setDouble(Double); in VariantValue()
293 setDouble(Other.getDouble()); in operator =()
359 void VariantValue::setDouble(double NewValue) { in setDouble() function in clang::ast_matchers::dynamic::VariantValue
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h285 void setDouble(double Double);