Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h737 enum ObjCInstanceTypeFamily { enum
899 static ObjCInstanceTypeFamily getInstTypeMethodFamily(Selector sel);
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp64 ObjCInstanceTypeFamily OIT_Family = OIT_None);
1003 ObjCInstanceTypeFamily OIT_Family = in migrateMethodInstanceType()
1166 ObjCInstanceTypeFamily OIT_Family = in migrateProperty()
1294 ObjCInstanceTypeFamily OIT_Family) { in migrateFactoryMethod()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp688 ObjCInstanceTypeFamily Selector::getInstTypeMethodFamily(Selector sel) { in getInstTypeMethodFamily()