Home
last modified time | relevance | path

Searched refs:OMPIsDevicePtrClause (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1390 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 DStmtProfile.cpp861 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h7337 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 DRecursiveASTVisitor.h3772 OMPIsDevicePtrClause *C) {
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td271 let clangClass = "OMPIsDevicePtrClause";
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11748 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
12678 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
H A DASTWriter.cpp6811 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2667 const OMPIsDevicePtrClause *C) { in VisitOMPIsDevicePtrClause()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8818 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h10352 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) { in TransformOMPIsDevicePtrClause()
H A DSemaOpenMP.cpp23019 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPIsDevicePtrClause()