Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp292 case VT_Double: in operator =()
327 case VT_Double: in reset()
351 return Type == VT_Double; in isDouble()
361 Type = VT_Double; in setDouble()
482 case VT_Double: return "Double"; in getTypeAsString()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h334 VT_Double, enumerator