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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 1077                           type.getNonReferenceType(), VK_LValue,
 1114     } else if (type->isReferenceType()) {
 1118     } else if (type.isConstQualified() &&
 1119                type.getObjCLifetime() == Qualifiers::OCL_Strong &&
 1131     } else if (type.getObjCLifetime() == Qualifiers::OCL_Strong &&
 1132                type->isBlockPointerType()) {
 1144       ImplicitParamDecl BlockFieldPseudoVar(getContext(), type,
 1151                           type, VK_LValue, SourceLocation());
 1153       ImplicitCastExpr l2r(ImplicitCastExpr::OnStack, type, CK_LValueToRValue,
 1159                      MakeAddrLValue(blockField, type, AlignmentSource::Decl),