Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAttr.h223 case attr::SwiftAsyncContext: in getABI()
224 return ParameterABI::SwiftAsyncContext; in getABI()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h369 SwiftAsyncContext, enumerator
H A DAttr.td2600 def SwiftAsyncContext : ParameterABIAttr {
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp864 case ParameterABI::SwiftAsyncContext: in getParameterABISpelling()
H A DItaniumMangle.cpp3219 case ParameterABI::SwiftAsyncContext: in mangleExtParameterInfo()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp5431 case ParameterABI::SwiftAsyncContext: in AddParameterABIAttr()
9117 S.AddParameterABIAttr(D, AL, ParameterABI::SwiftAsyncContext); in ProcessDeclAttribute()
H A DSemaType.cpp2953 case ParameterABI::SwiftAsyncContext: in checkExtParameterInfos()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp2639 case ParameterABI::SwiftAsyncContext: in ConstructAttributeList()