Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp911 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()
914 return createDirective<OMPTargetDataDirective>( in Create()
918 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
921 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1017 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
H A DStmtPrinter.cpp795 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td250 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2939 class OMPTargetDataDirective : public OMPExecutableDirective {
2947 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function
2953 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function
2967 static OMPTargetDataDirective *
2976 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
H A DRecursiveASTVisitor.h2931 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2446 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
3336 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2322 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp290 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3468 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
H A DCGStmtOpenMP.cpp6587 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8794 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
H A DSemaOpenMP.cpp11318 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()