Searched refs:OMPIsDevicePtrClause (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1390 OMPIsDevicePtrClause * 1391 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create() 1418 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause(Locs, Sizes); in Create() 1425 OMPIsDevicePtrClause * 1426 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() 1434 return new (Mem) OMPIsDevicePtrClause(Sizes); in CreateEmpty() 2315 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) { in VisitOMPIsDevicePtrClause()
|
| H A D | StmtProfile.cpp | 861 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 7337 class OMPIsDevicePtrClause final 7338 : public OMPMappableExprListClause<OMPIsDevicePtrClause>, 7340 OMPIsDevicePtrClause, Expr *, ValueDecl *, unsigned, 7357 explicit OMPIsDevicePtrClause(const OMPVarListLocTy &Locs, in OMPIsDevicePtrClause() function 7368 explicit OMPIsDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPIsDevicePtrClause() function 7394 static OMPIsDevicePtrClause * 7407 static OMPIsDevicePtrClause * 7416 auto Children = const_cast<OMPIsDevicePtrClause *>(this)->children(); in children()
|
| H A D | RecursiveASTVisitor.h | 3772 OMPIsDevicePtrClause *C) {
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 271 let clangClass = "OMPIsDevicePtrClause";
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11748 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() 12678 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| H A D | ASTWriter.cpp | 6811 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2667 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 8818 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10352 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
|
| H A D | SemaOpenMP.cpp | 23019 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPIsDevicePtrClause()
|