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 549 return Cl::CM_LValueCast;
627 return VC.getModifiable() == Cl::CM_LValueCast ?
636 case Cl::CM_LValueCast:
637 llvm_unreachable("CM_LValueCast and CL_LValue don't match");
  /external/clang/include/clang/AST/
Expr.h 273 CM_LValueCast, // Same as CM_RValue, but indicates GCC cast-as-lvalue ext
    [all...]

Completed in 45 milliseconds