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

References

tools/clang/lib/CodeGen/CGCall.cpp
 3064   if (isInAllocaArgument(CGM.getCXXABI(), type)) {
 3070   if (type->isReferenceType()) {
 3071     args.add(RValue::get(Builder.CreateLoad(local)), type);
 3080              type->isObjCRetainableType()) {
 3085     args.add(RValue::get(ptr), type);
 3090     args.add(convertTempToRValue(local, type, loc), type);
 3090     args.add(convertTempToRValue(local, type, loc), type);
 3094   if (hasAggregateEvaluationKind(type) && !CurFuncIsThunk &&
 3095       type->castAs<RecordType>()->getDecl()->isParamDestroyedInCallee() &&