Home | History | Annotate | Download | only in Sema

Lines Matching full:opaquevalue

10814       Expr *opaqueValue =
10816 InitializationSequence sequence(*this, entity, initKind, opaqueValue);
10817 ExprResult result = sequence.Perform(*this, entity, initKind, opaqueValue);