Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp62 if (isa<OMPTargetEnterDataDirective>(this) || in isStandaloneDirective()
1018 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( in Create()
1021 return createDirective<OMPTargetEnterDataDirective>( in Create()
1025 OMPTargetEnterDataDirective *
1026 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
1028 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1070 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
H A DStmtPrinter.cpp893 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td254 def OMPTargetEnterDataDirective : StmtNode<OMPExecutableDirective>;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h3205 class OMPTargetEnterDataDirective : public OMPExecutableDirective {
3213 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetEnterDataDirective() function
3220 explicit OMPTargetEnterDataDirective() in OMPTargetEnterDataDirective() function
3234 static OMPTargetEnterDataDirective *
3243 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3043 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2506 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
3458 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2382 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp301 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3535 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
H A DCGStmtOpenMP.cpp7337 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
H A DCGOpenMPRuntime.cpp10797 assert((isa<OMPTargetEnterDataDirective>(D) || in emitTargetDataStandAloneCall()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2180 void VisitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective *D);
3174 const OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9052 OMPTargetEnterDataDirective *D) { in TransformOMPTargetEnterDataDirective()
H A DSemaOpenMP.cpp13188 return OMPTargetEnterDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetEnterDataDirective()