Searched refs:OMPUseDevicePtrClause (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1054 void OMPUseDevicePtrClause::setPrivateCopies(ArrayRef<Expr *> VL) {
1060 void OMPUseDevicePtrClause::setInits(ArrayRef<Expr *> VL) {
1066 OMPUseDevicePtrClause *OMPUseDevicePtrClause::Create(
1094 OMPUseDevicePtrClause *Clause = new (Mem) OMPUseDevicePtrClause(Locs, Sizes);
1103 OMPUseDevicePtrClause *
1104 OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C,
1112 return new (Mem) OMPUseDevicePtrClause(Sizes);
1671 void OMPClausePrinter::VisitOMPUseDevicePtrClause(OMPUseDevicePtrClause *Nod
[all...]
H A DStmtProfile.cpp765 const OMPUseDevicePtrClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6016 class OMPUseDevicePtrClause final
6017 : public OMPMappableExprListClause<OMPUseDevicePtrClause>,
6019 OMPUseDevicePtrClause, Expr *, ValueDecl *, unsigned,
6036 explicit OMPUseDevicePtrClause(const OMPVarListLocTy &Locs, function in class:clang::final
6047 explicit OMPUseDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) function in class:clang::final
6103 static OMPUseDevicePtrClause *
6117 static OMPUseDevicePtrClause *
6155 auto Children = const_cast<OMPUseDevicePtrClause *>(this)->children();
H A DRecursiveASTVisitor.h3423 OMPUseDevicePtrClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp211 } else if (const auto *UDP = dyn_cast<OMPUseDevicePtrClause>(C)) {
4893 const auto &C = cast<OMPUseDevicePtrClause>(NC);
4995 for (const auto *C : S.getClausesOfKind<OMPUseDevicePtrClause>())
H A DCGOpenMPRuntime.cpp7954 CurExecDir->getClausesOfKind<OMPUseDevicePtrClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6496 void OMPClauseWriter::VisitOMPUseDevicePtrClause(OMPUseDevicePtrClause *C) {
H A DASTReader.cpp11706 C = OMPUseDevicePtrClause::CreateEmpty(Context, Sizes);
12390 void OMPClauseReader::VisitOMPUseDevicePtrClause(OMPUseDevicePtrClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9358 OMPUseDevicePtrClause *C) {
H A DSemaOpenMP.cpp17107 return OMPUseDevicePtrClause::Create(

Completed in 593 milliseconds