Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp55 static void applyAPINotesType(Sema &S, Decl *decl, StringRef typeString, in applyAPINotesType() argument
57 if (typeString.empty()) in applyAPINotesType()
64 auto *typeAttr = SwiftTypeAttr::CreateImplicit(S.Context, typeString); in applyAPINotesType()
71 S.ApplyAPINotesType(decl, typeString); in applyAPINotesType()