Searched refs:OpenACCExitDataConstruct (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 152 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 D | StmtProfile.cpp | 2793 const OpenACCExitDataConstruct *S) { in VisitOpenACCExitDataConstruct()
|
| H A D | StmtPrinter.cpp | 1219 void StmtPrinter::VisitOpenACCExitDataConstruct(OpenACCExitDataConstruct *S) { in VisitOpenACCExitDataConstruct()
|
| H A D | TextNodeDumper.cpp | 3086 const OpenACCExitDataConstruct *S) { in VisitOpenACCExitDataConstruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 369 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 D | TextNodeDumper.h | 418 void VisitOpenACCExitDataConstruct(const OpenACCExitDataConstruct *S);
|
| H A D | RecursiveASTVisitor.h | 4122 DEF_TRAVERSE_STMT(OpenACCExitDataConstruct,
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACC.cpp | 262 const OpenACCExitDataConstruct &s) { in emitOpenACCExitDataConstruct()
|
| H A D | CIRGenStmt.cpp | 115 return emitOpenACCExitDataConstruct(cast<OpenACCExitDataConstruct>(*s)); in emitStmt()
|
| H A D | CIRGenFunction.h | 1270 emitOpenACCExitDataConstruct(const OpenACCExitDataConstruct &s);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 314 def OpenACCExitDataConstruct : StmtNode<OpenACCConstructStmt>;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 1998 return OpenACCExitDataConstruct::Create(getASTContext(), StartLoc, DirLoc, in ActOnEndStmtDirective()
|
| H A D | TreeTransform.h | 12611 OpenACCExitDataConstruct *C) { in TransformOpenACCExitDataConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2880 void ASTStmtReader::VisitOpenACCExitDataConstruct(OpenACCExitDataConstruct *S) { in VisitOpenACCExitDataConstruct() 4445 S = OpenACCExitDataConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2962 void ASTStmtWriter::VisitOpenACCExitDataConstruct(OpenACCExitDataConstruct *S) { in VisitOpenACCExitDataConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 476 EmitOpenACCExitDataConstruct(cast<OpenACCExitDataConstruct>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 4152 void EmitOpenACCExitDataConstruct(const OpenACCExitDataConstruct &S) {
|