Searched refs:EmitLValueForField (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExpr.cpp384 LV = EmitLValueForField(LV, Adjustment.Field);
1794 return CGF.EmitLValueForField(LV, FD);
2494 LValue LV = EmitLValueForField(BaseLV, Field);
2516 return EmitLValueForField(LambdaLV, Field);
2519 LValue CodeGenFunction::EmitLValueForField(LValue base, function in class:CodeGenFunction
2638 return EmitLValueForField(Base, Field);
2923 LValue FieldLV = EmitLValueForField(LV, FD);
H A DCGCall.cpp630 LValue SubLV = EmitLValueForField(LV, LargestFD);
638 LValue SubLV = EmitLValueForField(LV, FD);
H A DCGClass.cpp1414 LValue LV = CGF.EmitLValueForField(ThisLV, field);
H A DCGStmt.cpp2150 LValue ThisLValue = EmitLValueForField(LV, FD);
H A DCodeGenFunction.h2095 LValue EmitLValueForField(LValue Base, const FieldDecl* Field);
2098 /// EmitLValueForFieldInitialization - Like EmitLValueForField, except that

Completed in 108 milliseconds