Searched refs:getBaseIvarExp (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h243 Expr *getBaseIvarExp() const { return BaseIvarExp; } function in class:clang::CodeGen::LValue
H A DCGExpr.cpp1449 assert(Dst.getBaseIvarExp() && "BaseIvarExp is NULL");
1451 llvm::Value *RHS = EmitScalarExpr(Dst.getBaseIvarExp());

Completed in 42 milliseconds