Home
last modified time | relevance | path

Searched defs:toAPValue (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.cpp75 APValue Pointer::toAPValue() const { in toAPValue() function in Pointer
H A DBoolean.h59 APValue toAPValue() const { return APValue(toAPSInt()); } in toAPValue() function