Searched refs:OMPCopyprivateClause (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 697 void OMPCopyprivateClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) { in setSourceExprs() 704 void OMPCopyprivateClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) { in setDestinationExprs() 711 void OMPCopyprivateClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) { in setAssignmentOps() 718 OMPCopyprivateClause *OMPCopyprivateClause::Create( in Create() 723 OMPCopyprivateClause *Clause = in Create() 724 new (Mem) OMPCopyprivateClause(StartLoc, LParenLoc, EndLoc, VL.size()); in Create() 732 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 735 return new (Mem) OMPCopyprivateClause(N); in CreateEmpty() 2459 void OMPClausePrinter::VisitOMPCopyprivateClause(OMPCopyprivateClause *Node) { in VisitOMPCopyprivateClause()
|
| H A D | StmtProfile.cpp | 838 OMPClauseProfiler::VisitOMPCopyprivateClause(const OMPCopyprivateClause *C) { in VisitOMPCopyprivateClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5146 class OMPCopyprivateClause final 5147 : public OMPVarListClause<OMPCopyprivateClause>, 5148 private llvm::TrailingObjects<OMPCopyprivateClause, Expr *> { 5159 OMPCopyprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPCopyprivateClause() function 5161 : OMPVarListClause<OMPCopyprivateClause>(llvm::omp::OMPC_copyprivate, in OMPCopyprivateClause() 5168 explicit OMPCopyprivateClause(unsigned N) in OMPCopyprivateClause() function 5169 : OMPVarListClause<OMPCopyprivateClause>( in OMPCopyprivateClause() 5234 static OMPCopyprivateClause * 5243 static OMPCopyprivateClause *CreateEmpty(const ASTContext &C, unsigned N); 5286 auto Children = const_cast<OMPCopyprivateClause *>(this)->children(); in children()
|
| H A D | RecursiveASTVisitor.h | 3778 OMPCopyprivateClause *C) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 134 let clangClass = "OMPCopyprivateClause";
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11269 C = OMPCopyprivateClause::CreateEmpty(Context, Record.readInt()); in readClause() 11995 void OMPClauseReader::VisitOMPCopyprivateClause(OMPCopyprivateClause *C) { in VisitOMPCopyprivateClause()
|
| H A D | ASTWriter.cpp | 8187 void OMPClauseWriter::VisitOMPCopyprivateClause(OMPCopyprivateClause *C) { in VisitOMPCopyprivateClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 4461 for (const auto *C : S.getClausesOfKind<OMPCopyprivateClause>()) { in EmitOMPSingleDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 11211 TreeTransform<Derived>::TransformOMPCopyprivateClause(OMPCopyprivateClause *C) { in TransformOMPCopyprivateClause()
|
| H A D | SemaOpenMP.cpp | 20272 return OMPCopyprivateClause::Create(getASTContext(), StartLoc, LParenLoc, in ActOnOpenMPCopyprivateClause()
|