Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h832 OIT_Singleton, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp676 if (startsWithWord(name, "standard")) return OIT_Singleton; in getInstTypeMethodFamily()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1014 case OIT_Singleton: in migrateMethodInstanceType()
1015 migrateFactoryMethod(Ctx, CDecl, OM, OIT_Singleton); in migrateMethodInstanceType()
1321 if (OIT_Family == OIT_Singleton || OIT_Family == OIT_ReturnsSelf) { in migrateFactoryMethod()