Home
last modified time | relevance | path

Searched refs:OpenACCExitDataConstruct (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp152 OpenACCExitDataConstruct *
153 OpenACCExitDataConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty()
156 OpenACCExitDataConstruct::totalSizeToAlloc<const OpenACCClause *>( in CreateEmpty()
158 auto *Inst = new (Mem) OpenACCExitDataConstruct(NumClauses); in CreateEmpty()
162 OpenACCExitDataConstruct *OpenACCExitDataConstruct::Create( in Create()
166 OpenACCExitDataConstruct::totalSizeToAlloc<const OpenACCClause *>( in Create()
169 new (Mem) OpenACCExitDataConstruct(Start, DirectiveLoc, End, Clauses); in Create()
H A DStmtProfile.cpp2793 const OpenACCExitDataConstruct *S) { in VisitOpenACCExitDataConstruct()
H A DStmtPrinter.cpp1219 void StmtPrinter::VisitOpenACCExitDataConstruct(OpenACCExitDataConstruct *S) { in VisitOpenACCExitDataConstruct()
H A DTextNodeDumper.cpp3086 const OpenACCExitDataConstruct *S) { in VisitOpenACCExitDataConstruct()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h369 class OpenACCExitDataConstruct final
371 private llvm::TrailingObjects<OpenACCExitDataConstruct,
374 OpenACCExitDataConstruct(unsigned NumClauses) in OpenACCExitDataConstruct() function
381 OpenACCExitDataConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCExitDataConstruct() function
395 static OpenACCExitDataConstruct *CreateEmpty(const ASTContext &C,
397 static OpenACCExitDataConstruct *
H A DTextNodeDumper.h418 void VisitOpenACCExitDataConstruct(const OpenACCExitDataConstruct *S);
H A DRecursiveASTVisitor.h4122 DEF_TRAVERSE_STMT(OpenACCExitDataConstruct,
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACC.cpp262 const OpenACCExitDataConstruct &s) { in emitOpenACCExitDataConstruct()
H A DCIRGenStmt.cpp115 return emitOpenACCExitDataConstruct(cast<OpenACCExitDataConstruct>(*s)); in emitStmt()
H A DCIRGenFunction.h1270 emitOpenACCExitDataConstruct(const OpenACCExitDataConstruct &s);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td314 def OpenACCExitDataConstruct : StmtNode<OpenACCConstructStmt>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1998 return OpenACCExitDataConstruct::Create(getASTContext(), StartLoc, DirLoc, in ActOnEndStmtDirective()
H A DTreeTransform.h12611 OpenACCExitDataConstruct *C) { in TransformOpenACCExitDataConstruct()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2880 void ASTStmtReader::VisitOpenACCExitDataConstruct(OpenACCExitDataConstruct *S) { in VisitOpenACCExitDataConstruct()
4445 S = OpenACCExitDataConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2962 void ASTStmtWriter::VisitOpenACCExitDataConstruct(OpenACCExitDataConstruct *S) { in VisitOpenACCExitDataConstruct()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp476 EmitOpenACCExitDataConstruct(cast<OpenACCExitDataConstruct>(*S)); in EmitStmt()
H A DCodeGenFunction.h4152 void EmitOpenACCExitDataConstruct(const OpenACCExitDataConstruct &S) {