Searched refs:ConstantLValue (Results 1 – 1 of 1) sorted by relevance
1956 struct ConstantLValue { struct1960 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() argument1964 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() argument1965 : ConstantLValue(address.getPointer()) {} in ConstantLValue()1970 ConstantLValue> {1992 ConstantLValue tryEmitBase(const APValue::LValueBase &base);1994 ConstantLValue VisitStmt(const Stmt *S) { return nullptr; } in VisitStmt()1995 ConstantLValue VisitConstantExpr(const ConstantExpr *E);1996 ConstantLValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);1997 ConstantLValue VisitStringLiteral(const StringLiteral *E);[all …]