Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h209 case attr::SwiftContext: in getABI()
210 return ParameterABI::SwiftContext; in getABI()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h349 SwiftContext, enumerator
H A DAttr.td2473 def SwiftContext : ParameterABIAttr {
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp847 case ParameterABI::SwiftContext: in getParameterABISpelling()
H A DItaniumMangle.cpp3144 case ParameterABI::SwiftContext: in mangleExtParameterInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2827 case ParameterABI::SwiftContext: in checkExtParameterInfos()
2840 ParameterABI::SwiftContext) { in checkExtParameterInfos()
H A DSemaDeclAttr.cpp4988 case ParameterABI::SwiftContext: in AddParameterABIAttr()
8227 S.AddParameterABIAttr(D, AL, ParameterABI::SwiftContext); in ProcessDeclAttribute()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2507 case ParameterABI::SwiftContext: in ConstructAttributeList()