Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp62 if (isa<OMPTargetEnterDataDirective>(this) || in isStandaloneDirective()
1037 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( in Create()
1040 return createDirective<OMPTargetEnterDataDirective>( in Create()
1044 OMPTargetEnterDataDirective *
1045 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
1047 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1098 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
H A DStmtPrinter.cpp903 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td254 def OMPTargetEnterDataDirective : StmtNode<OMPExecutableDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3273 class OMPTargetEnterDataDirective : public OMPExecutableDirective {
3281 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetEnterDataDirective() function
3288 explicit OMPTargetEnterDataDirective() in OMPTargetEnterDataDirective() function
3302 static OMPTargetEnterDataDirective *
3311 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3054 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2563 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
3546 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2514 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp303 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3622 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
H A DCGStmtOpenMP.cpp7417 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
H A DCGOpenMPRuntime.cpp10320 assert((isa<OMPTargetEnterDataDirective>(D) || in emitTargetDataStandAloneCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9222 OMPTargetEnterDataDirective *D) { in TransformOMPTargetEnterDataDirective()
H A DSemaOpenMP.cpp13464 return OMPTargetEnterDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetEnterDataDirective()