Searched refs:OMPCopyinClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp540 void OMPCopyinClause::setSourceExprs(ArrayRef<Expr *> SrcExprs) {
547 void OMPCopyinClause::setDestinationExprs(ArrayRef<Expr *> DstExprs) {
554 void OMPCopyinClause::setAssignmentOps(ArrayRef<Expr *> AssignmentOps) {
562 OMPCopyinClause *OMPCopyinClause::Create(
567 OMPCopyinClause *Clause =
568 new (Mem) OMPCopyinClause(StartLoc, LParenLoc, EndLoc, VL.size());
576 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) {
578 return new (Mem) OMPCopyinClause(
[all...]
H A DStmtProfile.cpp679 void OMPClauseProfiler::VisitOMPCopyinClause(const OMPCopyinClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3541 class OMPCopyinClause final
3542 : public OMPVarListClause<OMPCopyinClause>,
3543 private llvm::TrailingObjects<OMPCopyinClause, Expr *> {
3567 OMPCopyinClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
3569 : OMPVarListClause<OMPCopyinClause>(OMPC_copyin, StartLoc, LParenLoc,
3575 explicit OMPCopyinClause(unsigned N) function in class:clang::final
3576 : OMPVarListClause<OMPCopyinClause>(OMPC_copyin, SourceLocation(),
3642 static OMPCopyinClause *
3651 static OMPCopyinClause *CreateEmpty(const ASTContext &C, unsigned N);
3694 auto Children = const_cast<OMPCopyinClause *>(thi
[all...]
H A DRecursiveASTVisitor.h3226 bool RecursiveASTVisitor<Derived>::VisitOMPCopyinClause(OMPCopyinClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6304 void OMPClauseWriter::VisitOMPCopyinClause(OMPCopyinClause *C) {
H A DASTReader.cpp11632 C = OMPCopyinClause::CreateEmpty(Context, Record.readInt());
12088 void OMPClauseReader::VisitOMPCopyinClause(OMPCopyinClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp914 for (const auto *C : D.getClausesOfKind<OMPCopyinClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9084 TreeTransform<Derived>::TransformOMPCopyinClause(OMPCopyinClause *C) {
H A DSemaOpenMP.cpp14776 return OMPCopyinClause::Create(Context, StartLoc, LParenLoc, EndLoc, Vars,

Completed in 426 milliseconds