Searched refs:EmitUnaryOpLValue (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExpr.cpp851 return EmitUnaryOpLValue(cast<UnaryOperator>(E));
1925 LValue CodeGenFunction::EmitUnaryOpLValue(const UnaryOperator *E) { function in class:CodeGenFunction
1935 assert(!T.isNull() && "CodeGenFunction::EmitUnaryOpLValue: Illegal type");
H A DCodeGenFunction.h2042 LValue EmitUnaryOpLValue(const UnaryOperator *E);

Completed in 69 milliseconds