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

  /external/clang/lib/CodeGen/
CGValue.h 178 bool isPropertyRef() const { return LVType == PropertyRef; }
261 assert(isPropertyRef());
265 assert(isPropertyRef());
CGExprComplex.cpp 70 assert(LV.isPropertyRef() && "Unknown LValue type!");
84 assert(LV.isPropertyRef() && "Unknown LValue type!");
367 assert(LV.isPropertyRef() && "Unknown LValue type!");
638 if (LV.isPropertyRef())
677 if (LV.isPropertyRef())
CGExprAgg.cpp 330 assert(LV.isPropertyRef());
461 if (LHS.isPropertyRef()) {
    [all...]
CGExpr.cpp 250 if (LV.isPropertyRef()) {
    [all...]
CGExprScalar.cpp     [all...]

Completed in 636 milliseconds