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

References

tools/clang/lib/Serialization/ASTReader.cpp
12275     C = new (Context) OMPIfClause();
12278     C = new (Context) OMPFinalClause();
12281     C = new (Context) OMPNumThreadsClause();
12284     C = new (Context) OMPSafelenClause();
12287     C = new (Context) OMPSimdlenClause();
12290     C = new (Context) OMPAllocatorClause();
12293     C = new (Context) OMPCollapseClause();
12296     C = new (Context) OMPDefaultClause();
12299     C = new (Context) OMPProcBindClause();
12302     C = new (Context) OMPScheduleClause();
12305     C = OMPOrderedClause::CreateEmpty(Context, Record.readInt());
12308     C = new (Context) OMPNowaitClause();
12311     C = new (Context) OMPUntiedClause();
12314     C = new (Context) OMPMergeableClause();
12317     C = new (Context) OMPReadClause();
12320     C = new (Context) OMPWriteClause();
12323     C = new (Context) OMPUpdateClause();
12326     C = new (Context) OMPCaptureClause();
12329     C = new (Context) OMPSeqCstClause();
12332     C = new (Context) OMPThreadsClause();
12335     C = new (Context) OMPSIMDClause();
12338     C = new (Context) OMPNogroupClause();
12341     C = new (Context) OMPUnifiedAddressClause();
12344     C = new (Context) OMPUnifiedSharedMemoryClause();
12347     C = new (Context) OMPReverseOffloadClause();
12350     C = new (Context) OMPDynamicAllocatorsClause();
12353     C = new (Context) OMPAtomicDefaultMemOrderClause();
12356     C = OMPPrivateClause::CreateEmpty(Context, Record.readInt());
12359     C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt());
12362     C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt());
12365     C = OMPSharedClause::CreateEmpty(Context, Record.readInt());
12368     C = OMPReductionClause::CreateEmpty(Context, Record.readInt());
12371     C = OMPTaskReductionClause::CreateEmpty(Context, Record.readInt());
12374     C = OMPInReductionClause::CreateEmpty(Context, Record.readInt());
12377     C = OMPLinearClause::CreateEmpty(Context, Record.readInt());
12380     C = OMPAlignedClause::CreateEmpty(Context, Record.readInt());
12383     C = OMPCopyinClause::CreateEmpty(Context, Record.readInt());
12386     C = OMPCopyprivateClause::CreateEmpty(Context, Record.readInt());
12389     C = OMPFlushClause::CreateEmpty(Context, Record.readInt());
12394     C = OMPDependClause::CreateEmpty(Context, NumVars, NumLoops);
12398     C = new (Context) OMPDeviceClause();
12406     C = OMPMapClause::CreateEmpty(Context, Sizes);
12410     C = new (Context) OMPNumTeamsClause();
12413     C = new (Context) OMPThreadLimitClause();
12416     C = new (Context) OMPPriorityClause();
12419     C = new (Context) OMPGrainsizeClause();
12422     C = new (Context) OMPNumTasksClause();
12425     C = new (Context) OMPHintClause();
12428     C = new (Context) OMPDistScheduleClause();
12431     C = new (Context) OMPDefaultmapClause();
12439     C = OMPToClause::CreateEmpty(Context, Sizes);
12448     C = OMPFromClause::CreateEmpty(Context, Sizes);
12457     C = OMPUseDevicePtrClause::CreateEmpty(Context, Sizes);
12466     C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes);
12470     C = OMPAllocateClause::CreateEmpty(Context, Record.readInt());