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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp428 llvm::Value *value = CGF.EmitLoadOfScalar(CGF.EmitDeclRefLValue(&DRE));
447 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getAddress();
H A DCGExpr.cpp792 return EmitDeclRefLValue(cast<DeclRefExpr>(E));
1723 LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) { function in class:CodeGenFunction
H A DCGBlocks.cpp786 src = EmitDeclRefLValue(&declRef).getAddress();
H A DCodeGenFunction.h1976 LValue EmitDeclRefLValue(const DeclRefExpr *E);
H A DCGObjC.cpp1407 return EmitLoadOfScalar(EmitDeclRefLValue(&DRE));

Completed in 124 milliseconds