Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp62 if (isa<OMPTargetEnterDataDirective>(this) || in isStandaloneDirective()
1113 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( in Create()
1116 return createDirective<OMPTargetEnterDataDirective>( in Create()
1120 OMPTargetEnterDataDirective *
1121 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
1123 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1145 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
H A DStmtPrinter.cpp937 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td259 def OMPTargetEnterDataDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3260 class OMPTargetEnterDataDirective : public OMPExecutableDirective {
3268 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetEnterDataDirective() function
3275 explicit OMPTargetEnterDataDirective() in OMPTargetEnterDataDirective() function
3289 static OMPTargetEnterDataDirective *
3298 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3179 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2619 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
3760 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2592 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp319 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3888 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
H A DCGStmtOpenMP.cpp7709 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
H A DCGOpenMPRuntime.cpp10420 assert((isa<OMPTargetEnterDataDirective>(D) || in emitTargetDataStandAloneCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9985 OMPTargetEnterDataDirective *D) { in TransformOMPTargetEnterDataDirective()
H A DSemaOpenMP.cpp13189 return OMPTargetEnterDataDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTargetEnterDataDirective()