Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DPointer.cpp75 APValue Pointer::toAPValue() const { in toAPValue() function in Pointer
DBoolean.h59 APValue toAPValue() const { return APValue(toAPSInt()); } in toAPValue() function