Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaSwift.h39 void handleAsyncError(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp282 void SemaSwift::handleAsyncError(Decl *D, const ParsedAttr &AL) { in handleAsyncError() function in clang::SemaSwift
H A DSemaDeclAttr.cpp7015 S.Swift().handleAsyncError(D, AL); in ProcessDeclAttribute()