Searched refs:OpenACCDevicePtrClause (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 35 OpenACCDevicePtrClause::classof(C) || in classof() 376 OpenACCDevicePtrClause *OpenACCDevicePtrClause::Create(const ASTContext &C, in Create() 382 OpenACCDevicePtrClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create() 383 return new (Mem) OpenACCDevicePtrClause(BeginLoc, LParenLoc, VarList, EndLoc); in Create() 767 const OpenACCDevicePtrClause &C) { in VisitDevicePtrClause()
|
| H A D | StmtProfile.cpp | 2662 const OpenACCDevicePtrClause &Clause) { in VisitDevicePtrClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 880 class OpenACCDevicePtrClause final 882 private llvm::TrailingObjects<OpenACCDevicePtrClause, Expr *> { 885 OpenACCDevicePtrClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCDevicePtrClause() function 896 static OpenACCDevicePtrClause *
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACCClause.cpp | 909 void VisitDevicePtrClause(const OpenACCDevicePtrClause &clause) { in VisitDevicePtrClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 1028 return OpenACCDevicePtrClause::Create( in VisitDevicePtrClause()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1300 const OpenACCDevicePtrClause &C) { in VisitDevicePtrClause() 1311 NewClause = OpenACCDevicePtrClause::Create( in VisitDevicePtrClause()
|
| H A D | TreeTransform.h | 12079 const OpenACCDevicePtrClause &C) { in VisitDevicePtrClause() 12089 NewClause = OpenACCDevicePtrClause::Create( in VisitDevicePtrClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8767 const auto *DPC = cast<OpenACCDevicePtrClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12786 return OpenACCDevicePtrClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()
|