Searched refs:OMPAtomicDirective (Results 1 – 13 of 13) sorted by relevance
992 OMPAtomicDirective *993 OMPAtomicDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()996 auto *Dir = createDirective<OMPAtomicDirective>( in Create()1011 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()1014 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
1132 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
921 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
256 def OMPAtomicDirective : StmtNode<OMPExecutableDirective>;
2947 class OMPAtomicDirective : public OMPExecutableDirective {2984 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPAtomicDirective() function2990 explicit OMPAtomicDirective() in OMPAtomicDirective() function3060 static OMPAtomicDirective *Create(const ASTContext &C,3072 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
3170 DEF_TRAVERSE_STMT(OMPAtomicDirective,
2600 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()3745 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
2570 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
301 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
3885 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
6794 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
9952 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()
13009 return OMPAtomicDirective::Create( in ActOnOpenMPAtomicDirective()