Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h231 case attr::SwiftAsyncContext: in getABI()
232 return ParameterABI::SwiftAsyncContext; in getABI()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h380 SwiftAsyncContext, enumerator
H A DAttr.td2857 def SwiftAsyncContext : ParameterABIAttr {
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp895 case ParameterABI::SwiftAsyncContext: in getParameterABISpelling()
H A DItaniumMangle.cpp3502 case ParameterABI::SwiftAsyncContext: in mangleExtParameterInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5581 case ParameterABI::SwiftAsyncContext: in AddParameterABIAttr()
9584 S.AddParameterABIAttr(D, AL, ParameterABI::SwiftAsyncContext); in ProcessDeclAttribute()
H A DSemaType.cpp3043 case ParameterABI::SwiftAsyncContext: in checkExtParameterInfos()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2854 case ParameterABI::SwiftAsyncContext: in ConstructAttributeList()