Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp243 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 DStmtProfile.cpp2828 const OpenACCShutdownConstruct *S) { in VisitOpenACCShutdownConstruct()
H A DStmtPrinter.cpp1225 void StmtPrinter::VisitOpenACCShutdownConstruct(OpenACCShutdownConstruct *S) { in VisitOpenACCShutdownConstruct()
H A DTextNodeDumper.cpp3108 const OpenACCShutdownConstruct *S) { in VisitOpenACCShutdownConstruct()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h658 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 DTextNodeDumper.h423 void VisitOpenACCShutdownConstruct(const OpenACCShutdownConstruct *S);
H A DRecursiveASTVisitor.h4135 DEF_TRAVERSE_STMT(OpenACCShutdownConstruct,
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACC.cpp177 const OpenACCShutdownConstruct &s) { in emitOpenACCShutdownConstruct()
H A DCIRGenStmt.cpp123 return emitOpenACCShutdownConstruct(cast<OpenACCShutdownConstruct>(*s)); in emitStmt()
H A DCIRGenFunction.h1276 emitOpenACCShutdownConstruct(const OpenACCShutdownConstruct &s);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td318 def OpenACCShutdownConstruct : StmtNode<OpenACCConstructStmt>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp2016 return OpenACCShutdownConstruct::Create(getASTContext(), StartLoc, DirLoc, in ActOnEndStmtDirective()
H A DTreeTransform.h12669 OpenACCShutdownConstruct *C) { in TransformOpenACCShutdownConstruct()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2890 void ASTStmtReader::VisitOpenACCShutdownConstruct(OpenACCShutdownConstruct *S) { in VisitOpenACCShutdownConstruct()
4471 S = OpenACCShutdownConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2974 void ASTStmtWriter::VisitOpenACCShutdownConstruct(OpenACCShutdownConstruct *S) { in VisitOpenACCShutdownConstruct()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp488 EmitOpenACCShutdownConstruct(cast<OpenACCShutdownConstruct>(*S)); in EmitStmt()
H A DCodeGenFunction.h4174 void EmitOpenACCShutdownConstruct(const OpenACCShutdownConstruct &S) {