Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp263 setDouble(Double); in VariantValue()
292 setDouble(Other.getDouble()); in operator =()
358 void VariantValue::setDouble(double NewValue) { in setDouble() function in clang::ast_matchers::dynamic::VariantValue
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h285 void setDouble(double Double);