Searched refs:AssociatedDecl (Results 1 – 1 of 1) sorted by relevance
12596 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPMapClause() local12597 Components.emplace_back(AssociatedExprPr, AssociatedDecl, in VisitOMPMapClause()12720 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPToClause() local12721 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous); in VisitOMPToClause()12776 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPFromClause() local12825 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDevicePtrClause() local12826 Components.emplace_back(AssociatedExprPr, AssociatedDecl, in VisitOMPUseDevicePtrClause()12867 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDeviceAddrClause() local12868 Components.emplace_back(AssociatedExpr, AssociatedDecl, in VisitOMPUseDeviceAddrClause()12910 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPIsDevicePtrClause() local[all …]