Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp818 OMPTargetExitDataDirective *OMPTargetExitDataDirective::Create( in Create()
822 llvm::alignTo(sizeof(OMPTargetExitDataDirective), alignof(OMPClause *)) + in Create()
824 OMPTargetExitDataDirective *Dir = in Create()
825 new (Mem) OMPTargetExitDataDirective(StartLoc, EndLoc, Clauses.size()); in Create()
831 OMPTargetExitDataDirective *
832 OMPTargetExitDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
835 llvm::alignTo(sizeof(OMPTargetExitDataDirective), alignof(OMPClause *)) + in CreateEmpty()
837 return new (Mem) OMPTargetExitDataDirective(N); in CreateEmpty()
H A DStmtProfile.cpp873 const OMPTargetExitDataDirective *S) { in VisitOMPTargetExitDataDirective()
H A DStmtPrinter.cpp766 OMPTargetExitDataDirective *Node) { in VisitOMPTargetExitDataDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2463 class OMPTargetExitDataDirective : public OMPExecutableDirective {
2471 OMPTargetExitDataDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetExitDataDirective() function
2481 explicit OMPTargetExitDataDirective(unsigned NumClauses) in OMPTargetExitDataDirective() function
2496 static OMPTargetExitDataDirective *
2505 static OMPTargetExitDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2716 DEF_TRAVERSE_STMT(OMPTargetExitDataDirective,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td230 def OMPTargetExitDataDirective : DStmt<OMPExecutableDirective>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2138 OMPTargetExitDataDirective *D) { in VisitOMPTargetExitDataDirective()
2948 S = OMPTargetExitDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2072 OMPTargetExitDataDirective *D) { in VisitOMPTargetExitDataDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp272 EmitOMPTargetExitDataDirective(cast<OMPTargetExitDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3132 void EmitOMPTargetExitDataDirective(const OMPTargetExitDataDirective &S);
H A DCGStmtOpenMP.cpp4705 const OMPTargetExitDataDirective &S) { in EmitOMPTargetExitDataDirective()
H A DCGOpenMPRuntime.cpp9022 isa<OMPTargetExitDataDirective>(D) || in emitTargetDataStandAloneCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8011 OMPTargetExitDataDirective *D) { in TransformOMPTargetExitDataDirective()
H A DSemaOpenMP.cpp7226 return OMPTargetExitDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetExitDataDirective()