Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp897 OMPAtomicDirective *
898 OMPAtomicDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
901 auto *Dir = createDirective<OMPAtomicDirective>( in Create()
916 OMPAtomicDirective *OMPAtomicDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
919 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
H A DStmtProfile.cpp1057 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective()
H A DStmtPrinter.cpp877 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td251 def OMPAtomicDirective : StmtNode<OMPExecutableDirective>;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2895 class OMPAtomicDirective : public OMPExecutableDirective {
2929 OMPAtomicDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPAtomicDirective() function
2935 explicit OMPAtomicDirective() in OMPAtomicDirective() function
3005 static OMPAtomicDirective *Create(const ASTContext &C,
3017 static OMPAtomicDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3034 DEF_TRAVERSE_STMT(OMPAtomicDirective,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2487 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
3443 S = OMPAtomicDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2360 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp283 EmitOMPAtomicDirective(cast<OMPAtomicDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3532 void EmitOMPAtomicDirective(const OMPAtomicDirective &S);
H A DCGStmtOpenMP.cpp6466 void CodeGenFunction::EmitOMPAtomicDirective(const OMPAtomicDirective &S) { in EmitOMPAtomicDirective()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2177 void VisitOMPAtomicDirective(const OMPAtomicDirective *D);
3160 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { in VisitOMPAtomicDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9019 TreeTransform<Derived>::TransformOMPAtomicDirective(OMPAtomicDirective *D) { in TransformOMPAtomicDirective()
H A DSemaOpenMP.cpp12936 return OMPAtomicDirective::Create( in ActOnOpenMPAtomicDirective()