Home
last modified time | relevance | path

Searched refs:EltValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7496 std::optional<APValue> EltValue = in visit() local
7498 if (!EltValue) in visit()
7500 Elts.push_back(std::move(*EltValue)); in visit()