Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h229 case attr::SwiftContext: in getABI()
230 return ParameterABI::SwiftContext; in getABI()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h375 SwiftContext, enumerator
H A DAttr.td2852 def SwiftContext : ParameterABIAttr {
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp893 case ParameterABI::SwiftContext: in getParameterABISpelling()
H A DItaniumMangle.cpp3501 case ParameterABI::SwiftContext: in mangleExtParameterInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3038 case ParameterABI::SwiftContext: in checkExtParameterInfos()
3051 ParameterABI::SwiftContext) { in checkExtParameterInfos()
H A DSemaDeclAttr.cpp5573 case ParameterABI::SwiftContext: in AddParameterABIAttr()
9581 S.AddParameterABIAttr(D, AL, ParameterABI::SwiftContext); in ProcessDeclAttribute()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2850 case ParameterABI::SwiftContext: in ConstructAttributeList()