Searched defs:toAPValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp75 APValue Pointer::toAPValue() const { function in class:Pointer
H A DBoolean.h59 APValue toAPValue() const { return APValue(toAPSInt()); } function in class:clang::interp::Boolean
H A DIntegral.h115 APValue toAPValue() const { return APValue(toAPSInt()); } function in class:clang::interp::Integral

Completed in 157 milliseconds