Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp62 if (isa<OMPTargetEnterDataDirective>(this) || in isStandaloneDirective()
887 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( in Create()
890 return createDirective<OMPTargetEnterDataDirective>( in Create()
894 OMPTargetEnterDataDirective *
895 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
897 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1011 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
H A DStmtPrinter.cpp795 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h2960 class OMPTargetEnterDataDirective : public OMPExecutableDirective {
2968 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetEnterDataDirective() function
2975 explicit OMPTargetEnterDataDirective() in OMPTargetEnterDataDirective() function
2989 static OMPTargetEnterDataDirective *
2998 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2905 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td249 def OMPTargetEnterDataDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2438 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
3316 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2313 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp290 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3468 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
H A DCGStmtOpenMP.cpp6648 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
H A DCGOpenMPRuntime.cpp11067 assert((isa<OMPTargetEnterDataDirective>(D) || in emitTargetDataStandAloneCall()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2074 void VisitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective *D);
3002 const OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8771 OMPTargetEnterDataDirective *D) { in TransformOMPTargetEnterDataDirective()
H A DSemaOpenMP.cpp11320 return OMPTargetEnterDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetEnterDataDirective()