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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
  279     CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
  279     CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
  280     CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
  280     CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
  284     Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
  287           Types.arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, Params));