Searched refs:OMPIsDevicePtrClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1115 OMPIsDevicePtrClause *
1116 OMPIsDevicePtrClause::Create(const ASTContext &C, const OMPVarListLocTy &Locs,
1143 OMPIsDevicePtrClause *Clause = new (Mem) OMPIsDevicePtrClause(Locs, Sizes);
1150 OMPIsDevicePtrClause *
1151 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C,
1159 return new (Mem) OMPIsDevicePtrClause(Sizes);
1679 void OMPClausePrinter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *Node) {
H A DStmtProfile.cpp769 const OMPIsDevicePtrClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6179 class OMPIsDevicePtrClause final
6180 : public OMPMappableExprListClause<OMPIsDevicePtrClause>,
6182 OMPIsDevicePtrClause, Expr *, ValueDecl *, unsigned,
6199 explicit OMPIsDevicePtrClause(const OMPVarListLocTy &Locs, function in class:clang::final
6210 explicit OMPIsDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) function in class:clang::final
6236 static OMPIsDevicePtrClause *
6249 static OMPIsDevicePtrClause *
6258 auto Children = const_cast<OMPIsDevicePtrClause *>(this)->children();
H A DRecursiveASTVisitor.h3430 OMPIsDevicePtrClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6520 void OMPClauseWriter::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) {
H A DASTReader.cpp11715 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes);
12440 void OMPClauseReader::VisitOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7855 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9373 TreeTransform<Derived>::TransformOMPIsDevicePtrClause(OMPIsDevicePtrClause *C) {
H A DSemaOpenMP.cpp17189 return OMPIsDevicePtrClause::Create(Context, Locs, MVLI.ProcessedVarList,

Completed in 300 milliseconds