Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp64 isa<OMPTargetUpdateDirective>(this)) in isStandaloneDirective()
1244 OMPTargetUpdateDirective *OMPTargetUpdateDirective::Create( in Create()
1247 return createDirective<OMPTargetUpdateDirective>(C, Clauses, AssociatedStmt, in Create()
1252 OMPTargetUpdateDirective *
1253 OMPTargetUpdateDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1255 return createEmptyDirective<OMPTargetUpdateDirective>( in CreateEmpty()
H A DStmtProfile.cpp1087 const OMPTargetUpdateDirective *S) { in VisitOMPTargetUpdateDirective()
H A DStmtPrinter.cpp877 OMPTargetUpdateDirective *Node) { in VisitOMPTargetUpdateDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h3905 class OMPTargetUpdateDirective : public OMPExecutableDirective {
3913 OMPTargetUpdateDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetUpdateDirective() function
3920 explicit OMPTargetUpdateDirective() in OMPTargetUpdateDirective() function
3934 static OMPTargetUpdateDirective *
3944 static OMPTargetUpdateDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2920 DEF_TRAVERSE_STMT(OMPTargetUpdateDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td253 def OMPTargetUpdateDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2515 void ASTStmtReader::VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective *D) { in VisitOMPTargetUpdateDirective()
3339 S = OMPTargetUpdateDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2452 void ASTStmtWriter::VisitOMPTargetUpdateDirective(OMPTargetUpdateDirective *D) { in VisitOMPTargetUpdateDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp326 EmitOMPTargetUpdateDirective(cast<OMPTargetUpdateDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3470 void EmitOMPTargetUpdateDirective(const OMPTargetUpdateDirective &S);
H A DCGStmtOpenMP.cpp7061 const OMPTargetUpdateDirective &S) { in EmitOMPTargetUpdateDirective()
H A DCGOpenMPRuntime.cpp11069 isa<OMPTargetUpdateDirective>(D)) && in emitTargetDataStandAloneCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8815 OMPTargetUpdateDirective *D) { in TransformOMPTargetUpdateDirective()
H A DSemaOpenMP.cpp11390 return OMPTargetUpdateDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetUpdateDirective()