Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DIdentifierTable.h585 enum ObjCInstanceTypeFamily { enum
715 static ObjCInstanceTypeFamily getInstTypeMethodFamily(Selector sel);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DObjCMT.cpp62 ObjCInstanceTypeFamily OIT_Family = OIT_None);
878 ObjCInstanceTypeFamily OIT_Family = in migrateMethodInstanceType()
1042 ObjCInstanceTypeFamily OIT_Family = in migrateProperty()
1173 ObjCInstanceTypeFamily OIT_Family) { in migrateFactoryMethod()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DIdentifierTable.cpp455 ObjCInstanceTypeFamily Selector::getInstTypeMethodFamily(Selector sel) { in getInstTypeMethodFamily()