Home
last modified time | relevance | path

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

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