Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp491 RValue rvalue = emitReferenceBindingToExpr(init); in emitExprAsInit()
H A DCIRGenCall.cpp654 return args.add(emitReferenceBindingToExpr(e), argType); in emitCallArg()
H A DCIRGenStmt.cpp393 RValue result = emitReferenceBindingToExpr(rv); in emitReturnStmt()
H A DCIRGenFunction.h1029 RValue emitReferenceBindingToExpr(const Expr *e);
H A DCIRGenExpr.cpp1630 RValue CIRGenFunction::emitReferenceBindingToExpr(const Expr *e) { in emitReferenceBindingToExpr() function in CIRGenFunction