HomeSort by: relevance | last modified time | path
    Searched refs:EmitDeclRefLValue (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 570 llvm::Value *value = CGF.EmitLoadOfScalar(CGF.EmitDeclRefLValue(&DRE),
590 llvm::Value *Addr = CGF.EmitDeclRefLValue(&DRE).getPointer(CGF);
CGExpr.cpp 1317 return EmitDeclRefLValue(cast<DeclRefExpr>(E));
2669 LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) {
4140 return EmitDeclRefLValue(DRE);
CGBlocks.cpp 951 src = EmitDeclRefLValue(&declRef).getAddress(*this);
CGObjC.cpp 1696 return EmitLoadOfScalar(EmitDeclRefLValue(&DRE), SourceLocation());
CodeGenFunction.h 3840 LValue EmitDeclRefLValue(const DeclRefExpr *E);

Completed in 42 milliseconds