Home
last modified time | relevance | path

Searched refs:instancetype (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/
DSharedInstance.m2 + (instancetype)alloc;
4 - (instancetype)init;
8 + (instancetype)sharedInstance;
10 - (instancetype)initWithFoo:(int)foo;
17 + (instancetype)sharedInstance {
26 - (instancetype)initWithFoo:(int)foo {
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExprObjC.cpp1623 QualType instancetype) { in findExplicitInstancetypeDeclarer() argument
1624 if (MD->getReturnType() == instancetype) in findExplicitInstancetypeDeclarer()
1641 if (ifaceMD) return findExplicitInstancetypeDeclarer(ifaceMD, instancetype); in findExplicitInstancetypeDeclarer()
1648 findExplicitInstancetypeDeclarer(overrides[i], instancetype)) in findExplicitInstancetypeDeclarer()
/openbsd/src/gnu/llvm/clang/docs/
DLanguageExtensions.rst1670 ``instancetype`` as its result type. ``instancetype`` is a contextual keyword
1676 + (instancetype)constructAnA;
1706 ``instancetype`` contextual keyword is available.
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DOptions.td618 def objcmt_migrate_instancetype : Flag<["-"], "objcmt-migrate-instancetype">, Flags<[CC1Option]>,
619 HelpText<"Enable migration to infer instancetype for method result type">,
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttrDocs.td4161 - (instancetype)init;
DDiagnosticSemaKinds.td11130 "%select{overridden|current}0 method is explicitly declared 'instancetype'"