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

References

include/llvm/TextAPI/MachO/InterfaceFile.h
  405   ObjCConstraintType ObjcConstraint = ObjCConstraintType::None;
lib/TextAPI/MachO/TextStub.cpp
  738     ObjCConstraintType ObjCConstraint{ObjCConstraintType::None};
 1041                        ? ObjCConstraintType::None
lib/TextAPI/MachO/TextStubCommon.cpp
   35   IO.enumCase(Constraint, "none", ObjCConstraintType::None);
unittests/TextAPI/TextStubV1Tests.cpp
  101   EXPECT_EQ(ObjCConstraintType::None, File->getObjCConstraint());
  154   EXPECT_EQ(ObjCConstraintType::None, File->getObjCConstraint());