Home
last modified time | relevance | path

Searched refs:OpenACCCopyInClause (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()
269 OpenACCCopyInClause *
270 OpenACCCopyInClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
275 C.Allocate(OpenACCCopyInClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
276 return new (Mem) OpenACCCopyInClause(Spelling, BeginLoc, LParenLoc, in Create()
473 void OpenACCClausePrinter::VisitCopyInClause(const OpenACCCopyInClause &C) { in VisitCopyInClause()
H A DStmtProfile.cpp2511 const OpenACCCopyInClause &Clause) { in VisitCopyInClause()
H A DTextNodeDumper.cpp426 if (cast<OpenACCCopyInClause>(C)->isReadOnly()) in Visit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h727 class OpenACCCopyInClause final
729 public llvm::TrailingObjects<OpenACCCopyInClause, Expr *> {
732 OpenACCCopyInClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCopyInClause() function
753 static OpenACCCopyInClause *
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp797 return OpenACCCopyInClause::Create( in VisitCopyInClause()
H A DTreeTransform.h11380 const OpenACCCopyInClause &C) { in VisitCopyInClause()
11384 NewClause = OpenACCCopyInClause::Create( in VisitCopyInClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8021 const auto *CIC = cast<OpenACCCopyInClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12033 return OpenACCCopyInClause::Create(getContext(), ClauseKind, BeginLoc, in readOpenACCClause()