Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp64 isa<OMPTargetUpdateDirective>(this)) in isStandaloneDirective()
1543 OMPTargetUpdateDirective *OMPTargetUpdateDirective::Create( in Create()
1546 return createDirective<OMPTargetUpdateDirective>(C, Clauses, AssociatedStmt, in Create()
1551 OMPTargetUpdateDirective *
1552 OMPTargetUpdateDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1554 return createEmptyDirective<OMPTargetUpdateDirective>( in CreateEmpty()
H A DStmtProfile.cpp1148 const OMPTargetUpdateDirective *S) { in VisitOMPTargetUpdateDirective()
H A DStmtPrinter.cpp993 OMPTargetUpdateDirective *Node) { in VisitOMPTargetUpdateDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td257 def OMPTargetUpdateDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h4435 class OMPTargetUpdateDirective : public OMPExecutableDirective {
4443 OMPTargetUpdateDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetUpdateDirective() function
4450 explicit OMPTargetUpdateDirective() in OMPTargetUpdateDirective() function
4464 static OMPTargetUpdateDirective *
4474 static OMPTargetUpdateDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3060 DEF_TRAVERSE_STMT(OMPTargetUpdateDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2558 void ASTStmtReader::VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective *D) { in VisitOMPTargetUpdateDirective()
3429 S = OMPTargetUpdateDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2514 void ASTStmtWriter::VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective *D) { in VisitOMPTargetUpdateDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp346 EmitOMPTargetUpdateDirective(cast<OMPTargetUpdateDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3534 void EmitOMPTargetUpdateDirective(const OMPTargetUpdateDirective &S);
H A DCGStmtOpenMP.cpp7774 const OMPTargetUpdateDirective &S) { in EmitOMPTargetUpdateDirective()
H A DCGOpenMPRuntime.cpp11188 isa<OMPTargetUpdateDirective>(D)) && in emitTargetDataStandAloneCall()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8975 OMPTargetUpdateDirective *D) { in TransformOMPTargetUpdateDirective()
H A DSemaOpenMP.cpp13124 return OMPTargetUpdateDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetUpdateDirective()