Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h3932 RValue EmitRValueForField(LValue LV, const FieldDecl *FD, SourceLocation Loc);
H A DCGCall.cpp1124 CallArg(EmitRValueForField(LV, FD, SourceLocation()), FD->getType()); in ExpandTypeToArgs()
H A DCGExpr.cpp4943 RValue CodeGenFunction::EmitRValueForField(LValue LV, in EmitRValueForField() function in CodeGenFunction