reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
11688     Res = ActOnOpenMPOrderedClause(StartLoc, EndLoc);
11691     Res = ActOnOpenMPNowaitClause(StartLoc, EndLoc);
11694     Res = ActOnOpenMPUntiedClause(StartLoc, EndLoc);
11697     Res = ActOnOpenMPMergeableClause(StartLoc, EndLoc);
11700     Res = ActOnOpenMPReadClause(StartLoc, EndLoc);
11703     Res = ActOnOpenMPWriteClause(StartLoc, EndLoc);
11706     Res = ActOnOpenMPUpdateClause(StartLoc, EndLoc);
11709     Res = ActOnOpenMPCaptureClause(StartLoc, EndLoc);
11712     Res = ActOnOpenMPSeqCstClause(StartLoc, EndLoc);
11715     Res = ActOnOpenMPThreadsClause(StartLoc, EndLoc);
11718     Res = ActOnOpenMPSIMDClause(StartLoc, EndLoc);
11721     Res = ActOnOpenMPNogroupClause(StartLoc, EndLoc);
11724     Res = ActOnOpenMPUnifiedAddressClause(StartLoc, EndLoc);
11727     Res = ActOnOpenMPUnifiedSharedMemoryClause(StartLoc, EndLoc);
11730     Res = ActOnOpenMPReverseOffloadClause(StartLoc, EndLoc);
11733     Res = ActOnOpenMPDynamicAllocatorsClause(StartLoc, EndLoc);