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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 1420 return EmitCastLValue(cast<CastExpr>(E));
4608 /// EmitCastLValue - Casts are never lvalues unless that cast is to a reference
4615 LValue CodeGenFunction::EmitCastLValue(const CastExpr *E) {
CodeGenFunction.h 3856 LValue EmitCastLValue(const CastExpr *E);

Completed in 34 milliseconds