Home
last modified time | relevance | path

Searched refs:OMPTargetDirective (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1018 OMPTargetDirective *OMPTargetDirective::Create(const ASTContext &C, in Create()
1023 return createDirective<OMPTargetDirective>( in Create()
1027 OMPTargetDirective *OMPTargetDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1030 return createEmptyDirective<OMPTargetDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1136 void StmtProfiler::VisitOMPTargetDirective(const OMPTargetDirective *S) { in VisitOMPTargetDirective()
H A DStmtPrinter.cpp926 void StmtPrinter::VisitOMPTargetDirective(OMPTargetDirective *Node) { in VisitOMPTargetDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td257 def OMPTargetDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3152 class OMPTargetDirective : public OMPExecutableDirective {
3160 OMPTargetDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetDirective() function
3166 explicit OMPTargetDirective() in OMPTargetDirective() function
3179 static OMPTargetDirective *
3189 static OMPTargetDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3173 DEF_TRAVERSE_STMT(OMPTargetDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2608 void ASTStmtReader::VisitOMPTargetDirective(OMPTargetDirective *D) { in VisitOMPTargetDirective()
3750 S = OMPTargetDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2579 void ASTStmtWriter::VisitOMPTargetDirective(OMPTargetDirective *D) { in VisitOMPTargetDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3886 void EmitOMPTargetDirective(const OMPTargetDirective &S);
3954 const OMPTargetDirective &S);
H A DCGStmt.cpp304 EmitOMPTargetDirective(cast<OMPTargetDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp6965 static void emitTargetRegion(CodeGenFunction &CGF, const OMPTargetDirective &S, in emitTargetRegion()
6981 const OMPTargetDirective &S) { in EmitOMPTargetDeviceFunction()
6993 void CodeGenFunction::EmitOMPTargetDirective(const OMPTargetDirective &S) { in EmitOMPTargetDirective()
H A DCGOpenMPRuntime.cpp9855 cast<OMPTargetDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1862 void VisitOMPTargetDirective(OMPTargetDirective *Node) { in VisitOMPTargetDirective()
H A DTreeTransform.h9963 TreeTransform<Derived>::TransformOMPTargetDirective(OMPTargetDirective *D) { in TransformOMPTargetDirective()
H A DSemaOpenMP.cpp13062 return OMPTargetDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDirective()