Searched refs:ConstantLValue (Results 1 – 1 of 1) sorted by relevance
1742 struct ConstantLValue { struct1746 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() function1750 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() argument1751 : ConstantLValue(address.getPointer()) {} in ConstantLValue()1756 ConstantLValue> {1774 ConstantLValue tryEmitBase(const APValue::LValueBase &base);1776 ConstantLValue VisitStmt(const Stmt *S) { return nullptr; } in VisitStmt()1777 ConstantLValue VisitConstantExpr(const ConstantExpr *E);1778 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);1779 ConstantLValue VisitStringLiteral(const StringLiteral *E);[all …]