Home
last modified time | relevance | path

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

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