/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 812 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()
|
D | StmtProfile.cpp | 650 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
|
D | StmtPrinter.cpp | 1109 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2132 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,
|
D | RecursiveASTVisitor.h | 2537 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
|
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 62 if (isa<OMPTargetEnterDataDirective>(this) || in isStandaloneDirective() 823 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( in Create() 826 return createDirective<OMPTargetEnterDataDirective>( in Create() 830 OMPTargetEnterDataDirective * 831 OMPTargetEnterDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty() 833 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
|
D | StmtProfile.cpp | 962 const OMPTargetEnterDataDirective *S) { in VisitOMPTargetEnterDataDirective()
|
D | StmtPrinter.cpp | 787 OMPTargetEnterDataDirective *Node) { in VisitOMPTargetEnterDataDirective()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 220 def OMPTargetEnterDataDirective : DStmt<OMPExecutableDirective>;
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2667 class OMPTargetEnterDataDirective : public OMPExecutableDirective { 2675 OMPTargetEnterDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetEnterDataDirective() function 2682 explicit OMPTargetEnterDataDirective() in OMPTargetEnterDataDirective() function 2696 static OMPTargetEnterDataDirective * 2705 static OMPTargetEnterDataDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2865 DEF_TRAVERSE_STMT(OMPTargetEnterDataDirective,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 246 def OMPTargetEnterDataDirective : StmtNode<OMPExecutableDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 260 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2489 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
|
D | CGStmtOpenMP.cpp | 3417 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
|
D | CGOpenMPRuntime.cpp | 6185 assert((isa<OMPTargetEnterDataDirective>(D) || in emitTargetDataStandAloneCall()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2423 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective() 3274 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2296 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2683 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective() 3378 S = OMPTargetEnterDataDirective::CreateEmpty( in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2338 OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 282 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 3415 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
|
D | CGStmtOpenMP.cpp | 6215 const OMPTargetEnterDataDirective &S) { in EmitOMPTargetEnterDataDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1963 void VisitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective *D); 2692 const OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2070 void VisitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective *D); 2959 const OMPTargetEnterDataDirective *D) { in VisitOMPTargetEnterDataDirective()
|