Home
last modified time | relevance | path

Searched refs:OpenACCCopyClause (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp36 OpenACCPresentClause::classof(C) || OpenACCCopyClause::classof(C) || in classof()
259 OpenACCCopyClause *
260 OpenACCCopyClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
264 C.Allocate(OpenACCCopyClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
266 OpenACCCopyClause(Spelling, BeginLoc, LParenLoc, VarList, EndLoc); in Create()
466 void OpenACCClausePrinter::VisitCopyClause(const OpenACCCopyClause &C) { in VisitCopyClause()
H A DStmtProfile.cpp2506 void OpenACCClauseProfiler::VisitCopyClause(const OpenACCCopyClause &Clause) { in VisitCopyClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h698 class OpenACCCopyClause final
700 public llvm::TrailingObjects<OpenACCCopyClause, Expr *> {
702 OpenACCCopyClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCopyClause() function
721 static OpenACCCopyClause *
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp781 return OpenACCCopyClause::Create( in VisitCopyClause()
H A DTreeTransform.h11368 const OpenACCCopyClause &C) { in VisitCopyClause()
11372 NewClause = OpenACCCopyClause::Create( in VisitCopyClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8007 const auto *CC = cast<OpenACCCopyClause>(C); in writeOpenACCClause()
H A DASTReader.cpp11969 return OpenACCCopyClause::Create(getContext(), ClauseKind, BeginLoc, in readOpenACCClause()