Home
last modified time | relevance | path

Searched refs:OpenACCCopyOutClause (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp37 OpenACCCopyInClause::classof(C) || OpenACCCopyOutClause::classof(C) || in classof()
280 OpenACCCopyOutClause *
281 OpenACCCopyOutClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
286 OpenACCCopyOutClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
287 return new (Mem) OpenACCCopyOutClause(Spelling, BeginLoc, LParenLoc, IsZero, in Create()
482 void OpenACCClausePrinter::VisitCopyOutClause(const OpenACCCopyOutClause &C) { in VisitCopyOutClause()
H A DStmtProfile.cpp2517 const OpenACCCopyOutClause &Clause) { in VisitCopyOutClause()
H A DTextNodeDumper.cpp433 if (cast<OpenACCCopyOutClause>(C)->isZero()) in Visit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h759 class OpenACCCopyOutClause final
761 public llvm::TrailingObjects<OpenACCCopyOutClause, Expr *> {
764 OpenACCCopyOutClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCopyOutClause() function
785 static OpenACCCopyOutClause *
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp813 return OpenACCCopyOutClause::Create( in VisitCopyOutClause()
H A DTreeTransform.h11393 const OpenACCCopyOutClause &C) { in VisitCopyOutClause()
11397 NewClause = OpenACCCopyOutClause::Create( in VisitCopyOutClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8030 const auto *COC = cast<OpenACCCopyOutClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12042 return OpenACCCopyOutClause::Create(getContext(), ClauseKind, BeginLoc, in readOpenACCClause()