Searched refs:getStrideVariable (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2554 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable()));
3663 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable()));
5291 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope);
H A DCGOpenMPRuntime.cpp5401 cast<VarDecl>(cast<DeclRefExpr>(D.getStrideVariable())->getDecl());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2087 Record.AddStmt(D->getStrideVariable());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h970 Expr *getStrideVariable() const { function in class:clang::OMPLoopDirective

Completed in 299 milliseconds