Home
last modified time | relevance | path

Searched refs:LoopVarDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp172 if (const VarDecl *LoopVarDecl = While->getConditionVariable()) { in check() local
173 if (const Expr *Init = LoopVarDecl->getInit()) { in check()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2698 Stmt *LoopVarDecl, in RebuildForRangeWithDereference() argument
2714 S, ForLoc, CoawaitLoc, InitStmt, LoopVarDecl, ColonLoc, in RebuildForRangeWithDereference()
2726 S, ForLoc, CoawaitLoc, InitStmt, LoopVarDecl, ColonLoc, in RebuildForRangeWithDereference()
2735 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt() argument
2753 DeclStmt *LoopVarDS = cast<DeclStmt>(LoopVarDecl); in BuildCXXForRangeStmt()
2928 LoopVarDecl, ColonLoc, in BuildCXXForRangeStmt()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5014 Stmt *LoopVarDecl,