Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp954 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()
H A DStmtProfile.cpp1096 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
H A DStmtPrinter.cpp900 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td255 def OMPAtomicDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2964 class OMPAtomicDirective : public OMPExecutableDirective {
3001 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPAtomicDirective() function
3007 explicit OMPAtomicDirective() in OMPAtomicDirective() function
3077 static OMPAtomicDirective *Create(const ASTContext &C,
3089 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3115 DEF_TRAVERSE_STMT(OMPAtomicDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2572 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
3608 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2541 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp295 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3847 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
H A DCGStmtOpenMP.cpp6575 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9518 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()
H A DSemaOpenMP.cpp12902 return OMPAtomicDirective::Create( in ActOnOpenMPAtomicDirective()