Home
last modified time | relevance | path

Searched refs:SwiftAsyncContext (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDAttr.h231 case attr::SwiftAsyncContext: in getABI()
232 return ParameterABI::SwiftAsyncContext; in getABI()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h384 SwiftAsyncContext, enumerator
HDAttr.td3017 def SwiftAsyncContext : ParameterABIAttr {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaSwift.cpp738 case ParameterABI::SwiftAsyncContext: in AddParameterABIAttr()
HDSemaDeclAttr.cpp6813 S.Swift().AddParameterABIAttr(D, AL, ParameterABI::SwiftAsyncContext); in ProcessDeclAttribute()
HDSemaType.cpp2587 case ParameterABI::SwiftAsyncContext: in checkExtParameterInfos()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTypePrinter.cpp930 case ParameterABI::SwiftAsyncContext: in getParameterABISpelling()
HDItaniumMangle.cpp3512 case ParameterABI::SwiftAsyncContext: in mangleExtParameterInfo()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp2836 case ParameterABI::SwiftAsyncContext: in ConstructAttributeList()