Searched refs:OpenACCInitConstruct (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 223 OpenACCInitConstruct *OpenACCInitConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty() 226 C.Allocate(OpenACCInitConstruct::totalSizeToAlloc<const OpenACCClause *>( in CreateEmpty() 228 auto *Inst = new (Mem) OpenACCInitConstruct(NumClauses); in CreateEmpty() 232 OpenACCInitConstruct * 233 OpenACCInitConstruct::Create(const ASTContext &C, SourceLocation Start, in Create() 237 C.Allocate(OpenACCInitConstruct::totalSizeToAlloc<const OpenACCClause *>( in Create() 240 new (Mem) OpenACCInitConstruct(Start, DirectiveLoc, End, Clauses); in Create()
|
| H A D | StmtProfile.cpp | 2821 void StmtProfiler::VisitOpenACCInitConstruct(const OpenACCInitConstruct *S) { in VisitOpenACCInitConstruct()
|
| H A D | StmtPrinter.cpp | 1222 void StmtPrinter::VisitOpenACCInitConstruct(OpenACCInitConstruct *S) { in VisitOpenACCInitConstruct()
|
| H A D | TextNodeDumper.cpp | 3104 void TextNodeDumper::VisitOpenACCInitConstruct(const OpenACCInitConstruct *S) { in VisitOpenACCInitConstruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 623 class OpenACCInitConstruct final 625 private llvm::TrailingObjects<OpenACCInitConstruct, 628 OpenACCInitConstruct(unsigned NumClauses) in OpenACCInitConstruct() function 635 OpenACCInitConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCInitConstruct() function 649 static OpenACCInitConstruct *CreateEmpty(const ASTContext &C, 651 static OpenACCInitConstruct *Create(const ASTContext &C, SourceLocation Start,
|
| H A D | TextNodeDumper.h | 421 void VisitOpenACCInitConstruct(const OpenACCInitConstruct *S);
|
| H A D | RecursiveASTVisitor.h | 4133 DEF_TRAVERSE_STMT(OpenACCInitConstruct,
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACC.cpp | 161 CIRGenFunction::emitOpenACCInitConstruct(const OpenACCInitConstruct &s) { in emitOpenACCInitConstruct()
|
| H A D | CIRGenStmt.cpp | 121 return emitOpenACCInitConstruct(cast<OpenACCInitConstruct>(*s)); in emitStmt()
|
| H A D | CIRGenFunction.h | 1274 mlir::LogicalResult emitOpenACCInitConstruct(const OpenACCInitConstruct &s);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 317 def OpenACCInitConstruct : StmtNode<OpenACCConstructStmt>;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 2012 return OpenACCInitConstruct::Create(getASTContext(), StartLoc, DirLoc, in ActOnEndStmtDirective()
|
| H A D | TreeTransform.h | 12652 TreeTransform<Derived>::TransformOpenACCInitConstruct(OpenACCInitConstruct *C) { in TransformOpenACCInitConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2885 void ASTStmtReader::VisitOpenACCInitConstruct(OpenACCInitConstruct *S) { in VisitOpenACCInitConstruct() 4466 S = OpenACCInitConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2968 void ASTStmtWriter::VisitOpenACCInitConstruct(OpenACCInitConstruct *S) { in VisitOpenACCInitConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 485 EmitOpenACCInitConstruct(cast<OpenACCInitConstruct>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 4169 void EmitOpenACCInitConstruct(const OpenACCInitConstruct &S) {
|