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()
1075 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( in Create()
1078 return createDirective<OMPTargetEnterDataDirective>( in Create()
1082 OMPTargetEnterDataDirective *
1083 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
1085 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1109 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
H A DStmtPrinter.cpp916 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td258 def OMPTargetEnterDataDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3277 class OMPTargetEnterDataDirective : public OMPExecutableDirective {
3285 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetEnterDataDirective() function
3292 explicit OMPTargetEnterDataDirective() in OMPTargetEnterDataDirective() function
3306 static OMPTargetEnterDataDirective *
3315 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3124 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2591 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
3623 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2563 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp313 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3850 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
H A DCGStmtOpenMP.cpp7489 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
H A DCGOpenMPRuntime.cpp10345 assert((isa<OMPTargetEnterDataDirective>(D) || in emitTargetDataStandAloneCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9551 OMPTargetEnterDataDirective *D) { in TransformOMPTargetEnterDataDirective()
H A DSemaOpenMP.cpp13079 return OMPTargetEnterDataDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTargetEnterDataDirective()