Lines Matching refs:DeclGroupPtrTy
3153 Sema::DeclGroupPtrTy
3158 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
3374 Sema::DeclGroupPtrTy
3447 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPAllocateDirective()
3450 Sema::DeclGroupPtrTy
3463 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective()
6838 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective()
6839 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective()
6847 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
6862 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
7361 Sema::checkOpenMPDeclareVariantFunction(Sema::DeclGroupPtrTy DG, in checkOpenMPDeclareVariantFunction()
22081 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveStart( in ActOnOpenMPDeclareReductionDirectiveStart()
22159 return DeclGroupPtrTy::make( in ActOnOpenMPDeclareReductionDirectiveStart()
22292 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveEnd( in ActOnOpenMPDeclareReductionDirectiveEnd()
22293 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd()
22336 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareMapperDirective( in ActOnOpenMPDeclareMapperDirective()
22421 return DeclGroupPtrTy::make(DeclGroupRef(DMD)); in ActOnOpenMPDeclareMapperDirective()