Lines Matching defs:OMPDeclareReductionDecl
101 // OMPDeclareReductionDecl Implementation.
104 OMPDeclareReductionDecl::OMPDeclareReductionDecl(
106 QualType Ty, OMPDeclareReductionDecl *PrevDeclInScope)
112 void OMPDeclareReductionDecl::anchor() {}
114 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create(
116 QualType T, OMPDeclareReductionDecl *PrevDeclInScope) {
117 return new (C, DC) OMPDeclareReductionDecl(OMPDeclareReduction, DC, L, Name,
121 OMPDeclareReductionDecl *
122 OMPDeclareReductionDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID) {
123 return new (C, ID) OMPDeclareReductionDecl(
128 OMPDeclareReductionDecl *OMPDeclareReductionDecl::getPrevDeclInScope() {
129 return cast_or_null<OMPDeclareReductionDecl>(
132 const OMPDeclareReductionDecl *
133 OMPDeclareReductionDecl::getPrevDeclInScope() const {
134 return cast_or_null<OMPDeclareReductionDecl>(