Lines Matching defs:D
2031 auto *D = readDeclAs<NamedDecl>(); in VisitOverloadExpr() local
2324 void ASTStmtReader::VisitOMPLoopBasedDirective(OMPLoopBasedDirective *D) { in VisitOMPLoopBasedDirective()
2331 void ASTStmtReader::VisitOMPLoopDirective(OMPLoopDirective *D) { in VisitOMPLoopDirective()
2335 void ASTStmtReader::VisitOMPMetaDirective(OMPMetaDirective *D) { in VisitOMPMetaDirective()
2342 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective()
2348 void ASTStmtReader::VisitOMPSimdDirective(OMPSimdDirective *D) { in VisitOMPSimdDirective()
2353 OMPLoopTransformationDirective *D) { in VisitOMPLoopTransformationDirective()
2358 void ASTStmtReader::VisitOMPTileDirective(OMPTileDirective *D) { in VisitOMPTileDirective()
2362 void ASTStmtReader::VisitOMPUnrollDirective(OMPUnrollDirective *D) { in VisitOMPUnrollDirective()
2366 void ASTStmtReader::VisitOMPForDirective(OMPForDirective *D) { in VisitOMPForDirective()
2371 void ASTStmtReader::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
2375 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
2381 void ASTStmtReader::VisitOMPSectionDirective(OMPSectionDirective *D) { in VisitOMPSectionDirective()
2387 void ASTStmtReader::VisitOMPSingleDirective(OMPSingleDirective *D) { in VisitOMPSingleDirective()
2392 void ASTStmtReader::VisitOMPMasterDirective(OMPMasterDirective *D) { in VisitOMPMasterDirective()
2397 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
2403 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
2409 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
2414 OMPParallelMasterDirective *D) { in VisitOMPParallelMasterDirective()
2420 OMPParallelMaskedDirective *D) { in VisitOMPParallelMaskedDirective()
2426 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
2432 void ASTStmtReader::VisitOMPTaskDirective(OMPTaskDirective *D) { in VisitOMPTaskDirective()
2438 void ASTStmtReader::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()
2443 void ASTStmtReader::VisitOMPBarrierDirective(OMPBarrierDirective *D) { in VisitOMPBarrierDirective()
2448 void ASTStmtReader::VisitOMPTaskwaitDirective(OMPTaskwaitDirective *D) { in VisitOMPTaskwaitDirective()
2455 void ASTStmtReader::VisitOMPErrorDirective(OMPErrorDirective *D) { in VisitOMPErrorDirective()
2462 void ASTStmtReader::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
2467 void ASTStmtReader::VisitOMPFlushDirective(OMPFlushDirective *D) { in VisitOMPFlushDirective()
2472 void ASTStmtReader::VisitOMPDepobjDirective(OMPDepobjDirective *D) { in VisitOMPDepobjDirective()
2477 void ASTStmtReader::VisitOMPScanDirective(OMPScanDirective *D) { in VisitOMPScanDirective()
2482 void ASTStmtReader::VisitOMPOrderedDirective(OMPOrderedDirective *D) { in VisitOMPOrderedDirective()
2487 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
2495 void ASTStmtReader::VisitOMPTargetDirective(OMPTargetDirective *D) { in VisitOMPTargetDirective()
2500 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
2506 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
2512 OMPTargetExitDataDirective *D) { in VisitOMPTargetExitDataDirective()
2518 OMPTargetParallelDirective *D) { in VisitOMPTargetParallelDirective()
2525 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
2530 void ASTStmtReader::VisitOMPTeamsDirective(OMPTeamsDirective *D) { in VisitOMPTeamsDirective()
2536 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
2542 void ASTStmtReader::VisitOMPCancelDirective(OMPCancelDirective *D) { in VisitOMPCancelDirective()
2548 void ASTStmtReader::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
2553 void ASTStmtReader::VisitOMPTaskLoopSimdDirective(OMPTaskLoopSimdDirective *D) { in VisitOMPTaskLoopSimdDirective()
2558 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
2564 OMPMaskedTaskLoopDirective *D) { in VisitOMPMaskedTaskLoopDirective()
2570 OMPMasterTaskLoopSimdDirective *D) { in VisitOMPMasterTaskLoopSimdDirective()
2575 OMPMaskedTaskLoopSimdDirective *D) { in VisitOMPMaskedTaskLoopSimdDirective()
2580 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
2586 OMPParallelMaskedTaskLoopDirective *D) { in VisitOMPParallelMaskedTaskLoopDirective()
2592 OMPParallelMasterTaskLoopSimdDirective *D) { in VisitOMPParallelMasterTaskLoopSimdDirective()
2597 OMPParallelMaskedTaskLoopSimdDirective *D) { in VisitOMPParallelMaskedTaskLoopSimdDirective()
2601 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
2605 void ASTStmtReader::VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective *D) { in VisitOMPTargetUpdateDirective()
2611 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
2617 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
2622 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
2627 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
2631 void ASTStmtReader::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
2636 OMPTeamsDistributeDirective *D) { in VisitOMPTeamsDistributeDirective()
2641 OMPTeamsDistributeSimdDirective *D) { in VisitOMPTeamsDistributeSimdDirective()
2646 OMPTeamsDistributeParallelForSimdDirective *D) { in VisitOMPTeamsDistributeParallelForSimdDirective()
2651 OMPTeamsDistributeParallelForDirective *D) { in VisitOMPTeamsDistributeParallelForDirective()
2656 void ASTStmtReader::VisitOMPTargetTeamsDirective(OMPTargetTeamsDirective *D) { in VisitOMPTargetTeamsDirective()
2662 OMPTargetTeamsDistributeDirective *D) { in VisitOMPTargetTeamsDistributeDirective()
2667 OMPTargetTeamsDistributeParallelForDirective *D) { in VisitOMPTargetTeamsDistributeParallelForDirective()
2673 OMPTargetTeamsDistributeParallelForSimdDirective *D) { in VisitOMPTargetTeamsDistributeParallelForSimdDirective()
2678 OMPTargetTeamsDistributeSimdDirective *D) { in VisitOMPTargetTeamsDistributeSimdDirective()
2682 void ASTStmtReader::VisitOMPInteropDirective(OMPInteropDirective *D) { in VisitOMPInteropDirective()
2687 void ASTStmtReader::VisitOMPDispatchDirective(OMPDispatchDirective *D) { in VisitOMPDispatchDirective()
2693 void ASTStmtReader::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective()
2698 void ASTStmtReader::VisitOMPGenericLoopDirective(OMPGenericLoopDirective *D) { in VisitOMPGenericLoopDirective()
2703 OMPTeamsGenericLoopDirective *D) { in VisitOMPTeamsGenericLoopDirective()
2708 OMPTargetTeamsGenericLoopDirective *D) { in VisitOMPTargetTeamsGenericLoopDirective()
2713 OMPParallelGenericLoopDirective *D) { in VisitOMPParallelGenericLoopDirective()
2718 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()