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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp494 llvm::Value *value = CGF.EmitLoadOfScalar(CGF.EmitDeclRefLValue(&DRE),
514 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getPointer();
H A DCGBlocks.cpp809 src = EmitDeclRefLValue(&declRef).getAddress();
H A DCGExpr.cpp1000 return EmitDeclRefLValue(cast<DeclRefExpr>(E));
2072 LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) { function in class:CodeGenFunction
H A DCGObjC.cpp1441 return EmitLoadOfScalar(EmitDeclRefLValue(&DRE), SourceLocation());
H A DCodeGenFunction.h2720 LValue EmitDeclRefLValue(const DeclRefExpr *E);

Completed in 1255 milliseconds