Home
last modified time | relevance | path

Searched refs:EmitRValueForField (Results 1 – 6 of 6) 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
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h3797 RValue EmitRValueForField(LValue LV, const FieldDecl *FD, SourceLocation Loc);
DCGCall.cpp1096 CallArg(EmitRValueForField(LV, FD, SourceLocation()), FD->getType()); in ExpandTypeToArgs()
DCGExpr.cpp4799 RValue CodeGenFunction::EmitRValueForField(LValue LV, in EmitRValueForField() function in CodeGenFunction