Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:shouldBindAsLValue

1016     static bool shouldBindAsLValue(const Expr *expr) {
1030 if (shouldBindAsLValue(ov))
1038 assert(shouldBindAsLValue(ov));
1046 assert(!shouldBindAsLValue(ov));
1080 static bool shouldBindAsLValue(const Expr *expr) {
1081 return OpaqueValueMappingData::shouldBindAsLValue(expr);
1738 assert(OpaqueValueMapping::shouldBindAsLValue(e));
1749 assert(!OpaqueValueMapping::shouldBindAsLValue(e));