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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
  677     QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo);
  684                                  typeBoundInfo->getTypeLoc().getEndLoc());
  685       Diag(typeBoundInfo->getTypeLoc().getBeginLoc(),
  693       builder.pushFullCopy(typeBoundInfo->getTypeLoc());
  702       typeBoundInfo = builder.getTypeSourceInfo(Context, typeBound);
  705       Diag(typeBoundInfo->getTypeLoc().getBeginLoc(),
  710       typeBoundInfo = nullptr;
  715     if (typeBoundInfo) {
  716       QualType typeBound = typeBoundInfo->getType();
  717       TypeLoc qual = typeBoundInfo->getTypeLoc().findExplicitQualifierLoc();
  736                     : typeBoundInfo->getTypeLoc().getBeginLoc(),
  749           typeBoundInfo =
  758   if (!typeBoundInfo) {
  760     typeBoundInfo = Context.getTrivialTypeSourceInfo(Context.getObjCIdType());
  766                                    typeBoundInfo);