Searched refs:OpenACCDeviceClause (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 43 OpenACCCreateClause::classof(C) || OpenACCDeviceClause::classof(C) || in classof() 416 OpenACCDeviceClause *OpenACCDeviceClause::Create(const ASTContext &C, in Create() 422 C.Allocate(OpenACCDeviceClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create() 423 return new (Mem) OpenACCDeviceClause(BeginLoc, LParenLoc, VarList, EndLoc); in Create() 795 void OpenACCClausePrinter::VisitDeviceClause(const OpenACCDeviceClause &C) { in VisitDeviceClause()
|
| H A D | StmtProfile.cpp | 2593 const OpenACCDeviceClause &Clause) { in VisitDeviceClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 1048 class OpenACCDeviceClause final 1050 private llvm::TrailingObjects<OpenACCDeviceClause, Expr *> { 1053 OpenACCDeviceClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCDeviceClause() function 1064 static OpenACCDeviceClause *
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACCClause.cpp | 534 void VisitDeviceClause(const OpenACCDeviceClause &clause) { in VisitDeviceClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 858 return OpenACCDeviceClause::Create(Ctx, Clause.getBeginLoc(), in VisitDeviceClause()
|
| H A D | TreeTransform.h | 11900 const OpenACCDeviceClause &C) { in VisitDeviceClause() 11904 NewClause = OpenACCDeviceClause::Create( in VisitDeviceClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8731 const auto *DC = cast<OpenACCDeviceClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12750 return OpenACCDeviceClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()
|