Searched refs:OpenACCCopyInClause (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 37 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 D | StmtProfile.cpp | 2511 const OpenACCCopyInClause &Clause) { in VisitCopyInClause()
|
H A D | TextNodeDumper.cpp | 426 if (cast<OpenACCCopyInClause>(C)->isReadOnly()) in Visit()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 727 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 D | SemaOpenACC.cpp | 797 return OpenACCCopyInClause::Create( in VisitCopyInClause()
|
H A D | TreeTransform.h | 11380 const OpenACCCopyInClause &C) { in VisitCopyInClause() 11384 NewClause = OpenACCCopyInClause::Create( in VisitCopyInClause()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 8021 const auto *CIC = cast<OpenACCCopyInClause>(C); in writeOpenACCClause()
|
H A D | ASTReader.cpp | 12033 return OpenACCCopyInClause::Create(getContext(), ClauseKind, BeginLoc, in readOpenACCClause()
|