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

Completed in 435 milliseconds