Home
last modified time | relevance | path

Searched defs:BeginExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp434 static const Expr *findContainer(ASTContext *Context, const Expr *BeginExpr, in findContainer() argument
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2425 BuildNonArrayForRange(Sema & SemaRef,Expr * BeginRange,Expr * EndRange,QualType RangeType,VarDecl * BeginVar,VarDecl * EndVar,SourceLocation ColonLoc,SourceLocation CoawaitLoc,OverloadCandidateSet * CandidateSet,ExprResult * BeginExpr,ExprResult * EndExpr,BeginEndFunction * BEF) BuildNonArrayForRange() argument
2674 ExprResult BeginExpr, EndExpr; BuildCXXForRangeStmt() local
[all...]