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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
  251     CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
  251     CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
  252     CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
  252     CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
  256         Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(),
  258         Ctx.BoolTy,
  259         Ctx.BoolTy};
  262           Types.arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, Params));