Searched refs:OMPCopyprivateClause (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 698 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() 705 void OMPCopyprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) { in setDestinationExprs() 712 void OMPCopyprivateClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) { in setAssignmentOps() 720 OMPCopyprivateClause *OMPCopyprivateClause::Create( in Create() 725 OMPCopyprivateClause *Clause = in Create() 726 new (Mem) OMPCopyprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create() 734 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 737 return new (Mem) OMPCopyprivateClause(N); in CreateEmpty() 2263 void OMPClausePrinter::VisitOMPCopyprivateClause(OMPCopyprivateClause *Node) { in VisitOMPCopyprivateClause()
|
| H A D | StmtProfile.cpp | 806 OMPClauseProfiler::VisitOMPCopyprivateClause(const OMPCopyprivateClause *C) { in VisitOMPCopyprivateClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4552 class OMPCopyprivateClause final 4553 : public OMPVarListClause<OMPCopyprivateClause>, 4554 private llvm::TrailingObjects<OMPCopyprivateClause, Expr *> { 4565 OMPCopyprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPCopyprivateClause() function 4567 : OMPVarListClause<OMPCopyprivateClause>(llvm::omp::OMPC_copyprivate, in OMPCopyprivateClause() 4574 explicit OMPCopyprivateClause(unsigned N) in OMPCopyprivateClause() function 4575 : OMPVarListClause<OMPCopyprivateClause>( in OMPCopyprivateClause() 4640 static OMPCopyprivateClause * 4649 static OMPCopyprivateClause *CreateEmpty(const ASTContext &C, unsigned N); 4692 auto Children = const_cast<OMPCopyprivateClause *>(this)->children(); in children()
|
| H A D | RecursiveASTVisitor.h | 3594 OMPCopyprivateClause *C) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 112 let clangClass = "OMPCopyprivateClause";
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10405 C = OMPCopyprivateClause::CreateEmpty(Context, Record.readInt()); in readClause() 11076 void OMPClauseReader::VisitOMPCopyprivateClause(OMPCopyprivateClause *C) { in VisitOMPCopyprivateClause()
|
| H A D | ASTWriter.cpp | 6884 void OMPClauseWriter::VisitOMPCopyprivateClause(OMPCopyprivateClause *C) { in VisitOMPCopyprivateClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 4227 for (const auto *C : S.getClausesOfKind<OMPCopyprivateClause>()) { in EmitOMPSingleDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10366 TreeTransform<Derived>::TransformOMPCopyprivateClause(OMPCopyprivateClause *C) { in TransformOMPCopyprivateClause()
|
| H A D | SemaOpenMP.cpp | 20796 return OMPCopyprivateClause::Create(Context, StartLoc, LParenLoc, EndLoc, in ActOnOpenMPCopyprivateClause()
|