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()
1127 OMPTargetExitDataDirective *OMPTargetExitDataDirective::Create( in Create()
1130 return createDirective<OMPTargetExitDataDirective>( in Create()
1134 OMPTargetExitDataDirective *
1135 OMPTargetExitDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
1137 return createEmptyDirective<OMPTargetExitDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1150 const OMPTargetExitDataDirective *S) { in VisitOMPTargetExitDataDirective()
H A DStmtPrinter.cpp943 OMPTargetExitDataDirective *Node) { in VisitOMPTargetExitDataDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td260 def OMPTargetExitDataDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3315 class OMPTargetExitDataDirective : public OMPExecutableDirective {
3323 OMPTargetExitDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetExitDataDirective() function
3330 explicit OMPTargetExitDataDirective() in OMPTargetExitDataDirective() function
3344 static OMPTargetExitDataDirective *
3353 static OMPTargetExitDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3182 DEF_TRAVERSE_STMT(OMPTargetExitDataDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2625 OMPTargetExitDataDirective *D) { in VisitOMPTargetExitDataDirective()
3765 S = OMPTargetExitDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2599 OMPTargetExitDataDirective *D) { in VisitOMPTargetExitDataDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp322 EmitOMPTargetExitDataDirective(cast<OMPTargetExitDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3889 void EmitOMPTargetExitDataDirective(const OMPTargetExitDataDirective &S);
H A DCGStmtOpenMP.cpp7730 const OMPTargetExitDataDirective &S) { in EmitOMPTargetExitDataDirective()
H A DCGOpenMPRuntime.cpp10421 isa<OMPTargetExitDataDirective>(D) || in emitTargetDataStandAloneCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9996 OMPTargetExitDataDirective *D) { in TransformOMPTargetExitDataDirective()
H A DSemaOpenMP.cpp13210 return OMPTargetExitDataDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTargetExitDataDirective()