Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1023 OMPTargetDataDirective *OMPTargetDataDirective::Create( in Create()
1026 return createDirective<OMPTargetDataDirective>( in Create()
1030 OMPTargetDataDirective *OMPTargetDataDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1033 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1093 void StmtProfiler::VisitOMPTargetDataDirective(const OMPTargetDataDirective *S) { in VisitOMPTargetDataDirective()
H A DStmtPrinter.cpp897 void StmtPrinter::VisitOMPTargetDataDirective(OMPTargetDataDirective *Node) { in VisitOMPTargetDataDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td253 def OMPTargetDataDirective : StmtNode<OMPExecutableDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3219 class OMPTargetDataDirective : public OMPExecutableDirective {
3227 OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDataDirective() function
3233 explicit OMPTargetDataDirective() in OMPTargetDataDirective() function
3247 static OMPTargetDataDirective *
3256 static OMPTargetDataDirective *CreateEmpty(const ASTContext &C, unsigned N,
H A DRecursiveASTVisitor.h3051 DEF_TRAVERSE_STMT(OMPTargetDataDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2557 void ASTStmtReader::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
3541 S = OMPTargetDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2507 void ASTStmtWriter::VisitOMPTargetDataDirective(OMPTargetDataDirective *D) { in VisitOMPTargetDataDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp300 EmitOMPTargetDataDirective(cast<OMPTargetDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3621 void EmitOMPTargetDataDirective(const OMPTargetDataDirective &S);
H A DCGStmtOpenMP.cpp7305 const OMPTargetDataDirective &S) { in EmitOMPTargetDataDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9211 OMPTargetDataDirective *D) { in TransformOMPTargetDataDirective()
H A DSemaOpenMP.cpp13427 return OMPTargetDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDataDirective()