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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp460 if (C->getSimdlen())
461 Profiler->VisitStmt(C->getSimdlen());
H A DOpenMPClause.cpp1219 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3018 TRY_TO(TraverseStmt(C->getSimdlen()));
H A DOpenMPClause.h769 Expr *getSimdlen() const { return cast_or_null<Expr>(Simdlen); } function in class:clang::OMPSimdlenClause
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp307 if (auto *E = Attr.getSimdlen())
H A DTreeTransform.h8680 ExprResult E = getDerived().TransformExpr(C->getSimdlen());
H A DSemaOpenMP.cpp7991 const Expr *SimdlenLength = Simdlen->getSimdlen();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6085 Record.AddStmt(C->getSimdlen());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1811 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(),
H A DCGOpenMPRuntime.cpp10753 const Expr *VLENExpr = Attr->getSimdlen();

Completed in 442 milliseconds