Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp812 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( in Create()
815 void *Mem = C.Allocate(llvm::alignTo(sizeof(OMPTargetEnterDataDirective), in Create()
818 OMPTargetEnterDataDirective *Dir = in Create()
819 new (Mem) OMPTargetEnterDataDirective(StartLoc, EndLoc, Clauses.size()); in Create()
824 OMPTargetEnterDataDirective *
825 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
827 void *Mem = C.Allocate(llvm::alignTo(sizeof(OMPTargetEnterDataDirective), in CreateEmpty()
830 return new (Mem) OMPTargetEnterDataDirective(N); in CreateEmpty()
DStmtProfile.cpp650 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
DStmtPrinter.cpp1109 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2132 class OMPTargetEnterDataDirective : public OMPExecutableDirective {
2140 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetEnterDataDirective() function
2150 explicit OMPTargetEnterDataDirective(unsigned NumClauses) in OMPTargetEnterDataDirective() function
2164 static OMPTargetEnterDataDirective *Create(const ASTContext &C,
2174 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2537 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td220 def OMPTargetEnterDataDirective : DStmt<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp260 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2489 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
DCGStmtOpenMP.cpp3417 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
DCGOpenMPRuntime.cpp6185 assert((isa<OMPTargetEnterDataDirective>(D) || in emitTargetDataStandAloneCall()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2683 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
3378 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2338 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/external/clang/tools/libclang/
DCIndex.cpp1963 void VisitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective *D);
2692 const OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp6863 return OMPTargetEnterDataDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTargetEnterDataDirective()
DTreeTransform.h7464 OMPTargetEnterDataDirective *D) { in TransformOMPTargetEnterDataDirective()