Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAttr.h221 case attr::SwiftContext: in getABI()
222 return ParameterABI::SwiftContext; in getABI()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h364 SwiftContext, enumerator
H A DAttr.td2595 def SwiftContext : ParameterABIAttr {
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp862 case ParameterABI::SwiftContext: in getParameterABISpelling()
H A DItaniumMangle.cpp3218 case ParameterABI::SwiftContext: in mangleExtParameterInfo()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2948 case ParameterABI::SwiftContext: in checkExtParameterInfos()
2961 ParameterABI::SwiftContext) { in checkExtParameterInfos()
H A DSemaDeclAttr.cpp5423 case ParameterABI::SwiftContext: in AddParameterABIAttr()
9114 S.AddParameterABIAttr(D, AL, ParameterABI::SwiftContext); in ProcessDeclAttribute()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp2635 case ParameterABI::SwiftContext: in ConstructAttributeList()