Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp63 isa<OMPTargetExitDataDirective>(this) || in isStandaloneDirective()
1089 OMPTargetExitDataDirective *OMPTargetExitDataDirective::Create( in Create()
1092 return createDirective<OMPTargetExitDataDirective>( in Create()
1096 OMPTargetExitDataDirective *
1097 OMPTargetExitDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
1099 return createEmptyDirective<OMPTargetExitDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1114 const OMPTargetExitDataDirective *S) { in VisitOMPTargetExitDataDirective()
H A DStmtPrinter.cpp922 OMPTargetExitDataDirective *Node) { in VisitOMPTargetExitDataDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td259 def OMPTargetExitDataDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3332 class OMPTargetExitDataDirective : public OMPExecutableDirective {
3340 OMPTargetExitDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetExitDataDirective() function
3347 explicit OMPTargetExitDataDirective() in OMPTargetExitDataDirective() function
3361 static OMPTargetExitDataDirective *
3370 static OMPTargetExitDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3127 DEF_TRAVERSE_STMT(OMPTargetExitDataDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2597 OMPTargetExitDataDirective *D) { in VisitOMPTargetExitDataDirective()
3628 S = OMPTargetExitDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2570 OMPTargetExitDataDirective *D) { in VisitOMPTargetExitDataDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp316 EmitOMPTargetExitDataDirective(cast<OMPTargetExitDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3851 void EmitOMPTargetExitDataDirective(const OMPTargetExitDataDirective &S);
H A DCGStmtOpenMP.cpp7510 const OMPTargetExitDataDirective &S) { in EmitOMPTargetExitDataDirective()
H A DCGOpenMPRuntime.cpp10346 isa<OMPTargetExitDataDirective>(D) || in emitTargetDataStandAloneCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9562 OMPTargetExitDataDirective *D) { in TransformOMPTargetExitDataDirective()
H A DSemaOpenMP.cpp13099 return OMPTargetExitDataDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTargetExitDataDirective()