Home
last modified time | relevance | path

Searched refs:OMPTargetDataDirective (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp873 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()
876 return createDirective<OMPTargetDataDirective>( in Create()
880 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
883 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1006 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
H A DStmtPrinter.cpp789 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h2906 class OMPTargetDataDirective : public OMPExecutableDirective {
2914 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function
2920 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function
2934 static OMPTargetDataDirective *
2943 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
H A DRecursiveASTVisitor.h2902 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td248 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2432 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
3311 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2306 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp287 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3467 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
H A DCGStmtOpenMP.cpp6554 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2073 void VisitOMPTargetDataDirective(const OMPTargetDataDirective *D);
2997 const OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8760 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
H A DSemaOpenMP.cpp11283 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()