Lines Matching refs:OMPDeclareReductionDecl
60 void OMPDeclareReductionDecl::anchor() {} in anchor()
62 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create()
64 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) { in Create()
65 return new (C, DC) OMPDeclareReductionDecl(OMPDeclareReduction, DC, L, Name, in Create()
69 OMPDeclareReductionDecl *
70 OMPDeclareReductionDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized()
71 return new (C, ID) OMPDeclareReductionDecl( in CreateDeserialized()
76 OMPDeclareReductionDecl *OMPDeclareReductionDecl::getPrevDeclInScope() { in getPrevDeclInScope()
77 return cast_or_null<OMPDeclareReductionDecl>( in getPrevDeclInScope()
80 const OMPDeclareReductionDecl *
81 OMPDeclareReductionDecl::getPrevDeclInScope() const { in getPrevDeclInScope()
82 return cast_or_null<OMPDeclareReductionDecl>( in getPrevDeclInScope()