Home
last modified time | relevance | path

Searched defs:EmitLValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp253 LValue EmitLValue(const Expr *E) { return CGF.EmitLValue(E); } in EmitLValue() function in __anone7cacfbd0111::ScalarExprEmitter
H A DCGExpr.cpp1503 LValue CodeGenFunction::EmitLValue(const Expr *E, in EmitLValue() function in CodeGenFunction