Home
last modified time | relevance | path

Searched refs:EndVar (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.cpp58 StringRef EndVar = StartVar.drop_front(2 /* ${ */ + Var.size()); in emit() local
59 if (EndVar.empty()) { in emit()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp457 const VarDecl *EndVar, in ForLoopIndexUseVisitor() argument
461 : Context(Context), IndexVar(IndexVar), EndVar(EndVar), in ForLoopIndexUseVisitor()
754 exprReferencesVariable(IndexVar, E) || areSameVariable(EndVar, TheDecl) || in VisitDeclRefExpr()
755 exprReferencesVariable(EndVar, E)) in VisitDeclRefExpr()
H A DLoopConvertCheck.cpp867 const auto *EndVar = Nodes.getNodeAs<VarDecl>(EndVarName); in check() local
871 if (FixerKind != LFK_Array && !EndVar) in check()
886 Context, LoopVar->getInit(), EndVar ? EndVar->getInit() : EndCall, in check()
899 ForLoopIndexUseVisitor Finder(Context, LoopVar, EndVar, ContainerExpr, in check()
H A DLoopConvertUtils.h292 const VarDecl *EndVar, const Expr *ContainerExpr,
368 const VarDecl *EndVar; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2616 if (FinishForRangeVarDecl(SemaRef, EndVar, EndExpr->get(), ColonLoc, in BuildNonArrayForRange()
2802 VarDecl *EndVar = BuildForRangeVarDecl(*this, ColonLoc, AutoType, in BuildCXXForRangeStmt() local
2856 EndVar->getLocation(), UETT_SizeOf, in BuildCXXForRangeStmt()
2861 EndVar->getSourceRange()); in BuildCXXForRangeStmt()
2866 EndVar->getLocation(), UETT_SizeOf, in BuildCXXForRangeStmt()
2872 EndVar->getSourceRange()); in BuildCXXForRangeStmt()
2877 ActOnBinOp(S, EndVar->getLocation(), tok::slash, in BuildCXXForRangeStmt()
2893 if (FinishForRangeVarDecl(*this, EndVar, EndExpr.get(), ColonLoc, in BuildCXXForRangeStmt()
2904 EndVar, ColonLoc, CoawaitLoc, &CandidateSet, &BeginExpr, &EndExpr, in BuildCXXForRangeStmt()
2955 QualType BeginType = BeginVar->getType(), EndType = EndVar->getType(); in BuildCXXForRangeStmt()
[all …]