Lines Matching refs:getASTContext
39 return ::new (getASTContext()) SwiftNameAttr(getASTContext(), SNA, Name); in mergeNameAttr()
82 D->addAttr(::new (getASTContext()) SwiftAttrAttr(getASTContext(), AL, Str)); in handleAttrAttr()
100 D->addAttr(::new (getASTContext()) SwiftBridgeAttr(getASTContext(), AL, BT)); in handleBridge()
196 D->addAttr(::new (getASTContext()) in handleError()
197 SwiftErrorAttr(getASTContext(), AL, Convention)); in handleError()
312 auto *ErrorAttr = ::new (getASTContext()) in handleAsyncError()
313 SwiftAsyncErrorAttr(getASTContext(), AL, ConvKind, ParamIdx); in handleAsyncError()
613 D->addAttr(::new (getASTContext()) SwiftNameAttr(getASTContext(), AL, Name)); in handleName()
625 D->addAttr(::new (getASTContext()) in handleAsyncName()
626 SwiftAsyncNameAttr(getASTContext(), AL, Name)); in handleAsyncName()
653 D->addAttr(::new (getASTContext()) in handleNewType()
654 SwiftNewTypeAttr(getASTContext(), AL, Kind)); in handleNewType()
703 ::new (getASTContext()) SwiftAsyncAttr(getASTContext(), AL, Kind, Idx); in handleAsyncAttr()
712 ASTContext &Context = getASTContext(); in AddParameterABIAttr()