Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp56 void emitAggLoadOfLValue(const Expr *e);
73 void VisitDeclRefExpr(DeclRefExpr *e) { emitAggLoadOfLValue(e); } in VisitDeclRefExpr()
107 void AggExprEmitter::emitAggLoadOfLValue(const Expr *e) { in emitAggLoadOfLValue() function in AggExprEmitter