Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4041 RValue EmitRValueForField(LValue LV, const FieldDecl *FD, SourceLocation Loc);
H A DCGCall.cpp1128 CallArg(EmitRValueForField(LV, FD, SourceLocation()), FD->getType()); in ExpandTypeToArgs()
H A DCGExpr.cpp5355 RValue CodeGenFunction::EmitRValueForField(LValue LV, in EmitRValueForField() function in CodeGenFunction