Searched refs:OMPAtomicDirective (Results 1 – 13 of 13) sorted by relevance
954 OMPAtomicDirective *955 OMPAtomicDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()958 auto *Dir = createDirective<OMPAtomicDirective>( in Create()973 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()976 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
1096 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
900 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
255 def OMPAtomicDirective : StmtNode<OMPExecutableDirective>;
2964 class OMPAtomicDirective : public OMPExecutableDirective {3001 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPAtomicDirective() function3007 explicit OMPAtomicDirective() in OMPAtomicDirective() function3077 static OMPAtomicDirective *Create(const ASTContext &C,3089 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
3115 DEF_TRAVERSE_STMT(OMPAtomicDirective,
2572 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()3608 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
2541 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
295 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
3847 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
6575 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
9518 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()
12902 return OMPAtomicDirective::Create( in ActOnOpenMPAtomicDirective()