Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h305 Expr *getBaseIvarExp() const { return BaseIvarExp; } in getBaseIvarExp() function
H A DCGExpr.cpp1987 assert(Dst.getBaseIvarExp() && "BaseIvarExp is NULL"); in EmitStoreThroughLValue()
1989 Address dst = EmitPointerWithAlignment(Dst.getBaseIvarExp()); in EmitStoreThroughLValue()