Home
last modified time | relevance | path

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

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