Searched refs:OpenACCShutdownConstruct (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 243 OpenACCShutdownConstruct * 244 OpenACCShutdownConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty() 247 OpenACCShutdownConstruct::totalSizeToAlloc<const OpenACCClause *>( in CreateEmpty() 249 auto *Inst = new (Mem) OpenACCShutdownConstruct(NumClauses); in CreateEmpty() 253 OpenACCShutdownConstruct *OpenACCShutdownConstruct::Create( in Create() 257 OpenACCShutdownConstruct::totalSizeToAlloc<const OpenACCClause *>( in Create() 260 new (Mem) OpenACCShutdownConstruct(Start, DirectiveLoc, End, Clauses); in Create()
|
| H A D | StmtProfile.cpp | 2828 const OpenACCShutdownConstruct *S) { in VisitOpenACCShutdownConstruct()
|
| H A D | StmtPrinter.cpp | 1225 void StmtPrinter::VisitOpenACCShutdownConstruct(OpenACCShutdownConstruct *S) { in VisitOpenACCShutdownConstruct()
|
| H A D | TextNodeDumper.cpp | 3108 const OpenACCShutdownConstruct *S) { in VisitOpenACCShutdownConstruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 658 class OpenACCShutdownConstruct final 660 private llvm::TrailingObjects<OpenACCShutdownConstruct, 663 OpenACCShutdownConstruct(unsigned NumClauses) in OpenACCShutdownConstruct() function 670 OpenACCShutdownConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCShutdownConstruct() function 684 static OpenACCShutdownConstruct *CreateEmpty(const ASTContext &C, 686 static OpenACCShutdownConstruct *
|
| H A D | TextNodeDumper.h | 423 void VisitOpenACCShutdownConstruct(const OpenACCShutdownConstruct *S);
|
| H A D | RecursiveASTVisitor.h | 4135 DEF_TRAVERSE_STMT(OpenACCShutdownConstruct,
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACC.cpp | 177 const OpenACCShutdownConstruct &s) { in emitOpenACCShutdownConstruct()
|
| H A D | CIRGenStmt.cpp | 123 return emitOpenACCShutdownConstruct(cast<OpenACCShutdownConstruct>(*s)); in emitStmt()
|
| H A D | CIRGenFunction.h | 1276 emitOpenACCShutdownConstruct(const OpenACCShutdownConstruct &s);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 318 def OpenACCShutdownConstruct : StmtNode<OpenACCConstructStmt>;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 2016 return OpenACCShutdownConstruct::Create(getASTContext(), StartLoc, DirLoc, in ActOnEndStmtDirective()
|
| H A D | TreeTransform.h | 12669 OpenACCShutdownConstruct *C) { in TransformOpenACCShutdownConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2890 void ASTStmtReader::VisitOpenACCShutdownConstruct(OpenACCShutdownConstruct *S) { in VisitOpenACCShutdownConstruct() 4471 S = OpenACCShutdownConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2974 void ASTStmtWriter::VisitOpenACCShutdownConstruct(OpenACCShutdownConstruct *S) { in VisitOpenACCShutdownConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 488 EmitOpenACCShutdownConstruct(cast<OpenACCShutdownConstruct>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 4174 void EmitOpenACCShutdownConstruct(const OpenACCShutdownConstruct &S) {
|