Home
last modified time | relevance | path

Searched refs:EmitRValueForField (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.h2741 RValue EmitRValueForField(LValue LV, const FieldDecl *FD, SourceLocation Loc);
DCGCall.cpp1012 RValue FldRV = EmitRValueForField(LV, FD, SourceLocation()); in ExpandTypeToArgs()
DCGExpr.cpp3709 RValue CodeGenFunction::EmitRValueForField(LValue LV, in EmitRValueForField() function in CodeGenFunction