Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h320 Expr *getBaseIvarExp() const { return BaseIvarExp; } in getBaseIvarExp() function
H A DCGExpr.cpp2449 assert(Dst.getBaseIvarExp() && "BaseIvarExp is NULL"); in EmitStoreThroughLValue()
2451 Address dst = EmitPointerWithAlignment(Dst.getBaseIvarExp()); in EmitStoreThroughLValue()