Lines Matching refs:OMPDeclareReductionDecl
92 OMPDeclareReductionDecl::OMPDeclareReductionDecl( in OMPDeclareReductionDecl() function in OMPDeclareReductionDecl
94 QualType Ty, OMPDeclareReductionDecl *PrevDeclInScope) in OMPDeclareReductionDecl()
100 void OMPDeclareReductionDecl::anchor() {} in anchor()
102 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create()
104 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) { in Create()
105 return new (C, DC) OMPDeclareReductionDecl(OMPDeclareReduction, DC, L, Name, in Create()
109 OMPDeclareReductionDecl *
110 OMPDeclareReductionDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
111 return new (C, ID) OMPDeclareReductionDecl( in CreateDeserialized()
116 OMPDeclareReductionDecl *OMPDeclareReductionDecl::getPrevDeclInScope() { in getPrevDeclInScope()
117 return cast_or_null<OMPDeclareReductionDecl>( in getPrevDeclInScope()
120 const OMPDeclareReductionDecl *
121 OMPDeclareReductionDecl::getPrevDeclInScope() const { in getPrevDeclInScope()
122 return cast_or_null<OMPDeclareReductionDecl>( in getPrevDeclInScope()