Home
last modified time | relevance | path

Searched refs:ObjCInstanceTypeFamily (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h663 enum ObjCInstanceTypeFamily { enum
825 static ObjCInstanceTypeFamily getInstTypeMethodFamily(Selector sel);
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp64 ObjCInstanceTypeFamily OIT_Family = OIT_None);
1004 ObjCInstanceTypeFamily OIT_Family = in migrateMethodInstanceType()
1167 ObjCInstanceTypeFamily OIT_Family = in migrateProperty()
1295 ObjCInstanceTypeFamily OIT_Family) { in migrateFactoryMethod()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp605 ObjCInstanceTypeFamily Selector::getInstTypeMethodFamily(Selector sel) { in getInstTypeMethodFamily()