Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h285 void setDouble(double Double);
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp944 VRef.setDouble(va_arg(args, double)); in __clang_Interpreter_SetValueNoAlloc()