reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCall.cpp
 2308       ArgVals.push_back(ParamValue::forIndirect(V));
 2335         ArgVals.push_back(ParamValue::forIndirect(V));
 2507         ArgVals.push_back(ParamValue::forIndirect(Alloca));
 2515       ArgVals.push_back(ParamValue::forIndirect(alloca));
 2540       ArgVals.push_back(ParamValue::forIndirect(Alloca));
 2556         ArgVals.push_back(ParamValue::forIndirect(CreateMemTemp(Ty)));
tools/clang/lib/CodeGen/CGClass.cpp
 2254                            : ParamValue::forIndirect(RV.getAggregateAddress());