Searched refs:OMPTargetDirective (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1018 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 D | StmtProfile.cpp | 1136 void StmtProfiler::VisitOMPTargetDirective(const OMPTargetDirective *S) { in VisitOMPTargetDirective()
|
| H A D | StmtPrinter.cpp | 926 void StmtPrinter::VisitOMPTargetDirective(OMPTargetDirective *Node) { in VisitOMPTargetDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 257 def OMPTargetDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3152 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 D | RecursiveASTVisitor.h | 3173 DEF_TRAVERSE_STMT(OMPTargetDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2608 void ASTStmtReader::VisitOMPTargetDirective(OMPTargetDirective *D) { in VisitOMPTargetDirective() 3750 S = OMPTargetDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2579 void ASTStmtWriter::VisitOMPTargetDirective(OMPTargetDirective *D) { in VisitOMPTargetDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3886 void EmitOMPTargetDirective(const OMPTargetDirective &S); 3954 const OMPTargetDirective &S);
|
| H A D | CGStmt.cpp | 304 EmitOMPTargetDirective(cast<OMPTargetDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 6965 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 D | CGOpenMPRuntime.cpp | 9855 cast<OMPTargetDirective>(E)); in scanForTargetRegionsFunctions()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 1862 void VisitOMPTargetDirective(OMPTargetDirective *Node) { in VisitOMPTargetDirective()
|
| H A D | TreeTransform.h | 9963 TreeTransform<Derived>::TransformOMPTargetDirective(OMPTargetDirective *D) { in TransformOMPTargetDirective()
|
| H A D | SemaOpenMP.cpp | 13062 return OMPTargetDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetDirective()
|