Lines Matching refs:DeclGroupPtrTy
1984 Sema::DeclGroupPtrTy
1989 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPThreadprivateDirective()
2105 Sema::DeclGroupPtrTy
2118 return DeclGroupPtrTy::make(DeclGroupRef(D)); in ActOnOpenMPRequiresDirective()
3682 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareSimdDirective( in ActOnOpenMPDeclareSimdDirective()
3683 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective()
3691 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
3704 return DeclGroupPtrTy(); in ActOnOpenMPDeclareSimdDirective()
13166 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveStart( in ActOnOpenMPDeclareReductionDirectiveStart()
13244 return DeclGroupPtrTy::make( in ActOnOpenMPDeclareReductionDirectiveStart()
13377 Sema::DeclGroupPtrTy Sema::ActOnOpenMPDeclareReductionDirectiveEnd( in ActOnOpenMPDeclareReductionDirectiveEnd()
13378 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd()