Home | History | Annotate | Download | only in Sema

Lines Matching defs:captured

340   OpaqueValueExpr *captured = 
346 addSemanticExpr(captured);
347 return captured;
352 /// already be captured.
354 /// \returns the captured expression, which will be the
355 /// same as the input if the input was already captured
359 // If the expression hasn't already been captured, just capture it
372 "captured expression not found in semantics!");