Lines Matching refs:DeclGroupPtrTy
2917 Sema::DeclGroupPtrTy
2922 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
3130 Sema::DeclGroupPtrTy Sema::ActOnOpenMPAllocateDirective( in ActOnOpenMPAllocateDirective()
3195 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPAllocateDirective()
3198 Sema::DeclGroupPtrTy
3211 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective()
6323 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective()
6324 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective()
6332 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
6347 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
6833 Sema::checkOpenMPDeclareVariantFunction(Sema::DeclGroupPtrTy DG, in checkOpenMPDeclareVariantFunction()
19298 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveStart( in ActOnOpenMPDeclareReductionDirectiveStart()
19376 return DeclGroupPtrTy::make( in ActOnOpenMPDeclareReductionDirectiveStart()
19509 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveEnd( in ActOnOpenMPDeclareReductionDirectiveEnd()
19510 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd()
19553 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareMapperDirective( in ActOnOpenMPDeclareMapperDirective()
19638 return DeclGroupPtrTy::make(DeclGroupRef(DMD)); in ActOnOpenMPDeclareMapperDirective()