Home
last modified time | relevance | path

Searched refs:OMPHasDeviceAddrClause (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1437 OMPHasDeviceAddrClause *
1438 OMPHasDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1465 auto *Clause = new (Mem) OMPHasDeviceAddrClause(Locs, Sizes); in Create()
1472 OMPHasDeviceAddrClause *
1473 OMPHasDeviceAddrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1481 return new (Mem) OMPHasDeviceAddrClause(Sizes); in CreateEmpty()
2323 void OMPClausePrinter::VisitOMPHasDeviceAddrClause(OMPHasDeviceAddrClause *Node) { in VisitOMPHasDeviceAddrClause()
H A DStmtProfile.cpp865 const OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h7440 class OMPHasDeviceAddrClause final
7441 : public OMPMappableExprListClause<OMPHasDeviceAddrClause>,
7443 OMPHasDeviceAddrClause, Expr *, ValueDecl *, unsigned,
7460 explicit OMPHasDeviceAddrClause(const OMPVarListLocTy &Locs, in OMPHasDeviceAddrClause() function
7472 explicit OMPHasDeviceAddrClause(const OMPMappableExprListSizeTy &Sizes) in OMPHasDeviceAddrClause() function
7498 static OMPHasDeviceAddrClause *
7511 static OMPHasDeviceAddrClause *
7520 auto Children = const_cast<OMPHasDeviceAddrClause *>(this)->children(); in children()
H A DRecursiveASTVisitor.h3779 OMPHasDeviceAddrClause *C) {
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td276 let clangClass = "OMPHasDeviceAddrClause";
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11757 C = OMPHasDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause()
12721 void OMPClauseReader::VisitOMPHasDeviceAddrClause(OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
H A DASTWriter.cpp6831 void OMPClauseWriter::VisitOMPHasDeviceAddrClause(OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2671 const OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h10367 OMPHasDeviceAddrClause *C) { in TransformOMPHasDeviceAddrClause()
H A DSemaOpenMP.cpp23101 return OMPHasDeviceAddrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPHasDeviceAddrClause()