Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp1122 QualType instancetype) { in findExplicitInstancetypeDeclarer() argument
1123 if (MD->getResultType() == instancetype) return MD; in findExplicitInstancetypeDeclarer()
1139 if (ifaceMD) return findExplicitInstancetypeDeclarer(ifaceMD, instancetype); in findExplicitInstancetypeDeclarer()
1146 findExplicitInstancetypeDeclarer(overrides[i], instancetype)) in findExplicitInstancetypeDeclarer()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Driver/
DOptions.td175 def objcmt_migrate_instancetype : Flag<["-"], "objcmt-migrate-instancetype">, Flags<[CC1Option]>,
176 HelpText<"Enable migration to infer instancetype for method result type">;
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticSemaKinds.td6765 "%select{overridden|current}0 method is explicitly declared 'instancetype'"