Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h3929 RValue EmitRValueForField(LValue LV, const FieldDecl *FD, SourceLocation Loc);
H A DCGCall.cpp1118 CallArg(EmitRValueForField(LV, FD, SourceLocation()), FD->getType()); in ExpandTypeToArgs()
H A DCGExpr.cpp4967 RValue CodeGenFunction::EmitRValueForField(LValue LV, in EmitRValueForField() function in CodeGenFunction