Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1454 OMPHasDeviceAddrClause *
1455 OMPHasDeviceAddrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs, in Create()
1482 auto *Clause = new (Mem) OMPHasDeviceAddrClause(Locs, Sizes); in Create()
1489 OMPHasDeviceAddrClause *
1490 OMPHasDeviceAddrClause::CreateEmpty(const ASTContext &C, in CreateEmpty()
1498 return new (Mem) OMPHasDeviceAddrClause(Sizes); in CreateEmpty()
2438 void OMPClausePrinter::VisitOMPHasDeviceAddrClause(OMPHasDeviceAddrClause *Node) { in VisitOMPHasDeviceAddrClause()
H A DStmtProfile.cpp892 const OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7612 class OMPHasDeviceAddrClause final
7613 : public OMPMappableExprListClause<OMPHasDeviceAddrClause>,
7615 OMPHasDeviceAddrClause, Expr *, ValueDecl *, unsigned,
7632 explicit OMPHasDeviceAddrClause(const OMPVarListLocTy &Locs, in OMPHasDeviceAddrClause() function
7644 explicit OMPHasDeviceAddrClause(const OMPMappableExprListSizeTy &Sizes) in OMPHasDeviceAddrClause() function
7670 static OMPHasDeviceAddrClause *
7683 static OMPHasDeviceAddrClause *
7692 auto Children = const_cast<OMPHasDeviceAddrClause *>(this)->children(); in children()
H A DRecursiveASTVisitor.h3813 OMPHasDeviceAddrClause *C) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td309 let clangClass = "OMPHasDeviceAddrClause";
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10506 C = OMPHasDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause()
11522 void OMPClauseReader::VisitOMPHasDeviceAddrClause(OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
H A DASTWriter.cpp7157 void OMPClauseWriter::VisitOMPHasDeviceAddrClause(OMPHasDeviceAddrClause *C) { in VisitOMPHasDeviceAddrClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8165 for (const auto *C : Dir.getClausesOfKind<OMPHasDeviceAddrClause>()) in MappableExprsHandler()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10700 OMPHasDeviceAddrClause *C) { in TransformOMPHasDeviceAddrClause()
H A DSemaOpenMP.cpp23909 return OMPHasDeviceAddrClause::Create(Context, Locs, MVLI.ProcessedVarList, in ActOnOpenMPHasDeviceAddrClause()