Searched refs:LoopVarDecl (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | InfiniteLoopCheck.cpp | 172 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 D | SemaStmt.cpp | 2698 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 D | Sema.h | 5014 Stmt *LoopVarDecl,
|