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

  /external/clang/lib/AST/
ExprClassification.cpp 562 return Cl::CM_LValueCast;
642 return VC.getModifiable() == Cl::CM_LValueCast ?
651 case Cl::CM_LValueCast:
652 llvm_unreachable("CM_LValueCast and CL_LValue don't match");
  /external/clang/include/clang/AST/
Expr.h 325 CM_LValueCast, // Same as CM_RValue, but indicates GCC cast-as-lvalue ext
    [all...]

Completed in 35 milliseconds