Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp63 isa<OMPTargetExitDataDirective>(this) || in isStandaloneDirective()
939 OMPTargetExitDataDirective *OMPTargetExitDataDirective::Create( in Create()
942 return createDirective<OMPTargetExitDataDirective>( in Create()
946 OMPTargetExitDataDirective *
947 OMPTargetExitDataDirective::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty()
949 return createEmptyDirective<OMPTargetExitDataDirective>( in CreateEmpty()
H A DStmtProfile.cpp1027 const OMPTargetExitDataDirective *S) { in VisitOMPTargetExitDataDirective()
H A DStmtPrinter.cpp807 OMPTargetExitDataDirective *Node) { in VisitOMPTargetExitDataDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td252 def OMPTargetExitDataDirective : StmtNode<OMPExecutableDirective>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3048 class OMPTargetExitDataDirective : public OMPExecutableDirective {
3056 OMPTargetExitDataDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTargetExitDataDirective() function
3063 explicit OMPTargetExitDataDirective() in OMPTargetExitDataDirective() function
3077 static OMPTargetExitDataDirective *
3086 static OMPTargetExitDataDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2937 DEF_TRAVERSE_STMT(OMPTargetExitDataDirective,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2458 OMPTargetExitDataDirective *D) { in VisitOMPTargetExitDataDirective()
3346 S = OMPTargetExitDataDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2336 OMPTargetExitDataDirective *D) { in VisitOMPTargetExitDataDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp296 EmitOMPTargetExitDataDirective(cast<OMPTargetExitDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3470 void EmitOMPTargetExitDataDirective(const OMPTargetExitDataDirective &S);
H A DCGStmtOpenMP.cpp6702 const OMPTargetExitDataDirective &S) { in EmitOMPTargetExitDataDirective()
H A DCGOpenMPRuntime.cpp11227 isa<OMPTargetExitDataDirective>(D) || in emitTargetDataStandAloneCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8816 OMPTargetExitDataDirective *D) { in TransformOMPTargetExitDataDirective()
H A DSemaOpenMP.cpp11392 return OMPTargetExitDataDirective::Create(Context, StartLoc, EndLoc, Clauses, in ActOnOpenMPTargetExitDataDirective()