Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp62 if (isa<OMPTargetEnterDataDirective>(this) || in isStandaloneDirective()
925 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( in Create()
928 return createDirective<OMPTargetEnterDataDirective>( in Create()
932 OMPTargetEnterDataDirective *
933 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
935 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
DStmtProfile.cpp1022 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
DStmtPrinter.cpp801 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DStmtNodes.td251 def OMPTargetEnterDataDirective : StmtNode<OMPExecutableDirective>;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h2993 class OMPTargetEnterDataDirective : public OMPExecutableDirective {
3001 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetEnterDataDirective() function
3008 explicit OMPTargetEnterDataDirective() in OMPTargetEnterDataDirective() function
3022 static OMPTargetEnterDataDirective *
3031 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2934 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2452 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
3341 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2329 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp293 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3469 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
DCGStmtOpenMP.cpp6681 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
DCGOpenMPRuntime.cpp11226 assert((isa<OMPTargetEnterDataDirective>(D) || in emitTargetDataStandAloneCall()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h8805 OMPTargetEnterDataDirective *D) { in TransformOMPTargetEnterDataDirective()
DSemaOpenMP.cpp11355 return OMPTargetEnterDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetEnterDataDirective()