Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h828 enum ObjCInstanceTypeFamily { enum
1117 static ObjCInstanceTypeFamily getInstTypeMethodFamily(Selector sel);
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp64 ObjCInstanceTypeFamily OIT_Family = OIT_None);
1000 ObjCInstanceTypeFamily OIT_Family = in migrateMethodInstanceType()
1163 ObjCInstanceTypeFamily OIT_Family = in migrateProperty()
1291 ObjCInstanceTypeFamily OIT_Family) { in migrateFactoryMethod()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp659 ObjCInstanceTypeFamily Selector::getInstTypeMethodFamily(Selector sel) { in getInstTypeMethodFamily()