Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DAttr.h208 case attr::SwiftAsyncContext: in getABI()
209 return ParameterABI::SwiftAsyncContext; in getABI()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h366 SwiftAsyncContext, enumerator
H A DAttr.td2560 def SwiftAsyncContext : ParameterABIAttr {
/llvm-project-15.0.7/clang/test/Misc/
H A Dpragma-attribute-supported-attributes-list.test168 // CHECK-NEXT: SwiftAsyncContext (SubjectMatchRule_variable_is_parameter)
/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp868 case ParameterABI::SwiftAsyncContext: in getParameterABISpelling()
H A DItaniumMangle.cpp3222 case ParameterABI::SwiftAsyncContext: in mangleExtParameterInfo()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp5313 case ParameterABI::SwiftAsyncContext: in AddParameterABIAttr()
8868 S.AddParameterABIAttr(D, AL, ParameterABI::SwiftAsyncContext); in ProcessDeclAttribute()
H A DSemaType.cpp2887 case ParameterABI::SwiftAsyncContext: in checkExtParameterInfos()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp2589 case ParameterABI::SwiftAsyncContext: in ConstructAttributeList()