Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp39 std::optional<APValue> EvaluationResult::toRValue() const { in toRValue() function in clang::interp::EvaluationResult
H A DPointer.cpp234 std::optional<APValue> Pointer::toRValue(const Context &Ctx) const { in toRValue() function in Pointer