Searched refs:getOrCreateOpaqueLValueMapping (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp161 return EmitLoadOfLValue(CGF.getOrCreateOpaqueLValueMapping(E),
H A DCGExprAgg.cpp648 EmitFinalDestCopy(e->getType(), CGF.getOrCreateOpaqueLValueMapping(e));
H A DCGExpr.cpp4526 return getOrCreateOpaqueLValueMapping(e);
4530 CodeGenFunction::getOrCreateOpaqueLValueMapping(const OpaqueValueExpr *e) { function in class:CodeGenFunction
H A DCodeGenFunction.h2380 LValue getOrCreateOpaqueLValueMapping(const OpaqueValueExpr *e);
H A DCGExprScalar.cpp499 return EmitLoadOfLValue(CGF.getOrCreateOpaqueLValueMapping(E),

Completed in 276 milliseconds