Searched refs:OMPTargetDataDirective (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 790 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create() 793 void *Mem = C.Allocate(llvm::alignTo(sizeof(OMPTargetDataDirective), in Create() 796 OMPTargetDataDirective *Dir = in Create() 797 new (Mem) OMPTargetDataDirective(StartLoc, EndLoc, Clauses.size()); in Create() 803 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 806 void *Mem = C.Allocate(llvm::alignTo(sizeof(OMPTargetDataDirective), in CreateEmpty() 809 return new (Mem) OMPTargetDataDirective(N); in CreateEmpty()
|
D | StmtProfile.cpp | 645 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
|
D | StmtPrinter.cpp | 1103 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2074 class OMPTargetDataDirective : public OMPExecutableDirective { 2082 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetDataDirective() function 2092 explicit OMPTargetDataDirective(unsigned NumClauses) in OMPTargetDataDirective() function 2106 static OMPTargetDataDirective * 2115 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
|
D | RecursiveASTVisitor.h | 2534 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 219 def OMPTargetDataDirective : DStmt<OMPExecutableDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 257 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2488 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
|
D | CGStmtOpenMP.cpp | 3386 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2676 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective() 3373 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2330 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1962 void VisitOMPTargetDataDirective(const OMPTargetDataDirective *D); 2687 OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 6847 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()
|
D | TreeTransform.h | 7453 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
|