HomeSort by relevance Sort by last modified time
    Searched refs:shouldBindAsLValue (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.h 739 static bool shouldBindAsLValue(const Expr *expr) {
753 if (shouldBindAsLValue(ov))
761 assert(shouldBindAsLValue(ov));
769 assert(!shouldBindAsLValue(ov));
803 static bool shouldBindAsLValue(const Expr *expr) {
804 return OpaqueValueMappingData::shouldBindAsLValue(expr);
    [all...]
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 32 milliseconds