Home
last modified time | relevance | path

Searched refs:OpenACCCopyInClause (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp41 OpenACCCopyInClause::classof(C) || OpenACCCopyOutClause::classof(C) || in classof()
456 OpenACCCopyInClause *
457 OpenACCCopyInClause::Create(const ASTContext &C, OpenACCClauseKind Spelling, in Create()
462 C.Allocate(OpenACCCopyInClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create()
464 OpenACCCopyInClause(Spelling, BeginLoc, LParenLoc, Mods, VarList, EndLoc); in Create()
826 void OpenACCClausePrinter::VisitCopyInClause(const OpenACCCopyInClause &C) { in VisitCopyInClause()
H A DTextNodeDumper.cpp471 if (cast<OpenACCCopyInClause>(C)->getModifierList() != in Visit()
473 OS << " modifiers: " << cast<OpenACCCopyInClause>(C)->getModifierList(); in Visit()
H A DStmtProfile.cpp2574 const OpenACCCopyInClause &Clause) { in VisitCopyInClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h1102 class OpenACCCopyInClause final
1104 private llvm::TrailingObjects<OpenACCCopyInClause, Expr *> {
1108 OpenACCCopyInClause(OpenACCClauseKind Spelling, SourceLocation BeginLoc, in OpenACCCopyInClause() function
1127 static OpenACCCopyInClause *
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp799 void VisitCopyInClause(const OpenACCCopyInClause &clause) { in VisitCopyInClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp923 return OpenACCCopyInClause::Create( in VisitCopyInClause()
H A DSemaTemplateInstantiateDecl.cpp1249 const OpenACCCopyInClause &C) { in VisitCopyInClause()
1255 NewClause = OpenACCCopyInClause::Create( in VisitCopyInClause()
H A DTreeTransform.h11983 const OpenACCCopyInClause &C) { in VisitCopyInClause()
11987 NewClause = OpenACCCopyInClause::Create( in VisitCopyInClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8796 const auto *CIC = cast<OpenACCCopyInClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12816 return OpenACCCopyInClause::Create(getContext(), ClauseKind, BeginLoc, in readOpenACCClause()