HomeSort by: relevance | last modified time | path
    Searched refs:CM_LValueCast (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprClassification.cpp 625 return Cl::CM_LValueCast;
704 return VC.getModifiable() == Cl::CM_LValueCast ?
713 case Cl::CM_LValueCast:
714 llvm_unreachable("CM_LValueCast and CL_LValue don't match");
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 348 CM_LValueCast, // Same as CM_RValue, but indicates GCC cast-as-lvalue ext

Completed in 25 milliseconds