Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h663 enum ObjCInstanceTypeFamily { enum
825 static ObjCInstanceTypeFamily getInstTypeMethodFamily(Selector sel);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp600 ObjCInstanceTypeFamily Selector::getInstTypeMethodFamily(Selector sel) { in getInstTypeMethodFamily()