Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h391 case attr::SwiftContext: in getABI()
392 return ParameterABI::SwiftContext; in getABI()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h394 SwiftContext, enumerator
H A DAttr.td3342 def SwiftContext : ParameterABIAttr {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp747 case ParameterABI::SwiftContext: in AddParameterABIAttr()
H A DSemaType.cpp2621 case ParameterABI::SwiftContext: in checkExtParameterInfos()
2634 ParameterABI::SwiftContext) { in checkExtParameterInfos()
H A DSemaDeclAttr.cpp7580 S.Swift().AddParameterABIAttr(D, AL, ParameterABI::SwiftContext); in ProcessDeclAttribute()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp935 case ParameterABI::SwiftContext: in getParameterABISpelling()
H A DItaniumMangle.cpp3688 case ParameterABI::SwiftContext: in mangleExtParameterInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2972 case ParameterABI::SwiftContext: in ConstructAttributeList()