Searched refs:OpenACCCopyInClause (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 41 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 D | TextNodeDumper.cpp | 471 if (cast<OpenACCCopyInClause>(C)->getModifierList() != in Visit() 473 OS << " modifiers: " << cast<OpenACCCopyInClause>(C)->getModifierList(); in Visit()
|
| H A D | StmtProfile.cpp | 2574 const OpenACCCopyInClause &Clause) { in VisitCopyInClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 1102 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 D | CIRGenOpenACCClause.cpp | 799 void VisitCopyInClause(const OpenACCCopyInClause &clause) { in VisitCopyInClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 923 return OpenACCCopyInClause::Create( in VisitCopyInClause()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1249 const OpenACCCopyInClause &C) { in VisitCopyInClause() 1255 NewClause = OpenACCCopyInClause::Create( in VisitCopyInClause()
|
| H A D | TreeTransform.h | 11983 const OpenACCCopyInClause &C) { in VisitCopyInClause() 11987 NewClause = OpenACCCopyInClause::Create( in VisitCopyInClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8796 const auto *CIC = cast<OpenACCCopyInClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12816 return OpenACCCopyInClause::Create(getContext(), ClauseKind, BeginLoc, in readOpenACCClause()
|