Lines Matching refs:ParsedAttr
75 void SemaSwift::handleAttrAttr(Decl *D, const ParsedAttr &AL) { in handleAttrAttr()
85 void SemaSwift::handleBridge(Decl *D, const ParsedAttr &AL) { in handleBridge()
125 void SemaSwift::handleError(Decl *D, const ParsedAttr &AL) { in handleError()
126 auto hasErrorParameter = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleError()
137 auto hasPointerResult = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleError()
151 auto hasIntegerResult = [](Sema &S, Decl *D, const ParsedAttr &AL) -> bool { in handleError()
282 void SemaSwift::handleAsyncError(Decl *D, const ParsedAttr &AL) { in handleAsyncError()
328 static bool validateSwiftFunctionName(Sema &S, const ParsedAttr &AL, in validateSwiftFunctionName()
511 const ParsedAttr &AL, bool IsAsync) { in DiagnoseName()
604 void SemaSwift::handleName(Decl *D, const ParsedAttr &AL) { in handleName()
616 void SemaSwift::handleAsyncName(Decl *D, const ParsedAttr &AL) { in handleAsyncName()
629 void SemaSwift::handleNewType(Decl *D, const ParsedAttr &AL) { in handleNewType()
657 void SemaSwift::handleAsyncAttr(Decl *D, const ParsedAttr &AL) { in handleAsyncAttr()