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

References

tools/clang/lib/CodeGen/CGObjC.cpp
 3506   QualType ReturnTy = C.VoidTy;
 3507   QualType DestTy = C.getPointerType(Ty);
 3510   SrcTy = C.getPointerType(SrcTy);
 3515   QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {});
 3518       C, C.getTranslationUnitDecl(), SourceLocation(), SourceLocation(), II,
 3518       C, C.getTranslationUnitDecl(), SourceLocation(), SourceLocation(), II,
 3522   ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy,
 3525   ImplicitParamDecl SrcDecl(C, FD, SourceLocation(), /*Id=*/nullptr, SrcTy,
 3556       C, OO_Equal, CalleeExp->getCallee(), Args, DestTy->getPointeeType(),