Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp62 if (isa<OMPTargetEnterDataDirective>(this) || in isStandaloneDirective()
1003 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( in Create()
1006 return createDirective<OMPTargetEnterDataDirective>( in Create()
1010 OMPTargetEnterDataDirective *
1011 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
1013 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1052 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
H A DStmtPrinter.cpp887 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td253 def OMPTargetEnterDataDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h3204 class OMPTargetEnterDataDirective : public OMPExecutableDirective {
3212 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetEnterDataDirective() function
3219 explicit OMPTargetEnterDataDirective() in OMPTargetEnterDataDirective() function
3233 static OMPTargetEnterDataDirective *
3242 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3045 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2459 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
3406 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2348 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp297 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3532 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
H A DCGStmtOpenMP.cpp7361 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
H A DCGOpenMPRuntime.cpp11186 assert((isa<OMPTargetEnterDataDirective>(D) || in emitTargetDataStandAloneCall()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2172 void VisitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective *D);
3148 const OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8931 OMPTargetEnterDataDirective *D) { in TransformOMPTargetEnterDataDirective()
H A DSemaOpenMP.cpp13048 return OMPTargetEnterDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetEnterDataDirective()