Home
last modified time | relevance | path

Searched refs:OMPAtomicDirective (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp882 OMPAtomicDirective *
883 OMPAtomicDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
886 auto *Dir = createDirective<OMPAtomicDirective>( in Create()
901 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
904 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
H A DStmtProfile.cpp1039 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
H A DStmtPrinter.cpp871 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td250 def OMPAtomicDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2894 class OMPAtomicDirective : public OMPExecutableDirective {
2928 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPAtomicDirective() function
2934 explicit OMPAtomicDirective() in OMPAtomicDirective() function
3004 static OMPAtomicDirective *Create(const ASTContext &C,
3016 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3036 DEF_TRAVERSE_STMT(OMPAtomicDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2440 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
3391 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2326 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp279 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3529 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
H A DCGStmtOpenMP.cpp6490 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2169 void VisitOMPAtomicDirective(const OMPAtomicDirective *D);
3134 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8898 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()
H A DSemaOpenMP.cpp12796 return OMPAtomicDirective::Create( in ActOnOpenMPAtomicDirective()