Searched refs:ConstantLValue (Results 1 – 1 of 1) sorted by relevance
1741 struct ConstantLValue { struct1745 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() function1749 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() argument1750 : ConstantLValue(address.getPointer()) {} in ConstantLValue()1755 ConstantLValue> {1773 ConstantLValue tryEmitBase(const APValue::LValueBase &base);1775 ConstantLValue VisitStmt(const Stmt *S) { return nullptr; } in VisitStmt()1776 ConstantLValue VisitConstantExpr(const ConstantExpr *E);1777 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);1778 ConstantLValue VisitStringLiteral(const StringLiteral *E);[all …]