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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
  678     if (typeBound->isObjCObjectPointerType()) {
  680     } else if (typeBound->isObjCObjectType()) {
  687         << typeBound << paramName
  696       typeBound = Context.getObjCObjectPointerType(typeBound);
  696       typeBound = Context.getObjCObjectPointerType(typeBound);
  698         = builder.push<ObjCObjectPointerTypeLoc>(typeBound);
  702       typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound);
  707         << typeBound << paramName;