Searched refs:typeString (Results 1 – 1 of 1) sorted by relevance
55 static void applyAPINotesType(Sema &S, Decl *decl, StringRef typeString, in applyAPINotesType() argument57 if (typeString.empty()) in applyAPINotesType()64 auto *typeAttr = SwiftTypeAttr::CreateImplicit(S.Context, typeString); in applyAPINotesType()71 S.ApplyAPINotesType(decl, typeString); in applyAPINotesType()