Searched defs:toAPValue (Results 1 – 7 of 7) sorted by relevance
63 APValue MemberPointer::toAPValue(const ASTContext &ASTCtx) const { in toAPValue() function in clang::interp::MemberPointer
43 APValue toAPValue(const ASTContext &) const { in toAPValue() function
59 APValue toAPValue(const ASTContext &) const { return APValue(toAPSInt()); } in toAPValue() function
18 APValue EvaluationResult::toAPValue() const { in toAPValue() function in clang::interp::EvaluationResult
72 APValue toAPValue(const ASTContext &) const { return APValue(F); } in toAPValue() function
123 APValue Pointer::toAPValue(const ASTContext &ASTCtx) const { in toAPValue() function in Pointer
136 APValue toAPValue(const ASTContext &) const { return APValue(toAPSInt()); } in toAPValue() function