Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h211 case attr::SwiftAsyncContext: in getABI()
212 return ParameterABI::SwiftAsyncContext; in getABI()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h354 SwiftAsyncContext, enumerator
H A DAttr.td2478 def SwiftAsyncContext : ParameterABIAttr {
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp849 case ParameterABI::SwiftAsyncContext: in getParameterABISpelling()
H A DItaniumMangle.cpp3145 case ParameterABI::SwiftAsyncContext: in mangleExtParameterInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4996 case ParameterABI::SwiftAsyncContext: in AddParameterABIAttr()
8230 S.AddParameterABIAttr(D, AL, ParameterABI::SwiftAsyncContext); in ProcessDeclAttribute()
H A DSemaType.cpp2832 case ParameterABI::SwiftAsyncContext: in checkExtParameterInfos()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2511 case ParameterABI::SwiftAsyncContext: in ConstructAttributeList()