Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp7195 Optional<APValue> ElementValue = in visit() local
7197 if (!ElementValue) in visit()
7199 ArrayValue.getArrayInitializedElt(I) = std::move(*ElementValue); in visit()