Lines Matching refs:DeclGroupPtrTy
2901 Sema::DeclGroupPtrTy
2906 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
3114 Sema::DeclGroupPtrTy Sema::ActOnOpenMPAllocateDirective( in ActOnOpenMPAllocateDirective()
3179 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPAllocateDirective()
3182 Sema::DeclGroupPtrTy
3195 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective()
5610 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective()
5611 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective()
5619 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
5634 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
6099 Sema::checkOpenMPDeclareVariantFunction(Sema::DeclGroupPtrTy DG, in checkOpenMPDeclareVariantFunction()
17902 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveStart( in ActOnOpenMPDeclareReductionDirectiveStart()
17980 return DeclGroupPtrTy::make( in ActOnOpenMPDeclareReductionDirectiveStart()
18113 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveEnd( in ActOnOpenMPDeclareReductionDirectiveEnd()
18114 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd()
18157 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareMapperDirective( in ActOnOpenMPDeclareMapperDirective()
18235 return DeclGroupPtrTy::make(DeclGroupRef(DMD)); in ActOnOpenMPDeclareMapperDirective()