Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACC.cpp129 return {exprLoc, emitDeclRefLValue(dre).getPointer(), exprString, in getOpenACCDataOperandInfo()
H A DCIRGenFunction.cpp724 return emitDeclRefLValue(cast<DeclRefExpr>(e)); in emitLValue()
H A DCIRGenFunction.h941 LValue emitDeclRefLValue(const clang::DeclRefExpr *e);
H A DCIRGenExpr.cpp545 LValue CIRGenFunction::emitDeclRefLValue(const DeclRefExpr *e) { in emitDeclRefLValue() function in CIRGenFunction