Home
last modified time | relevance | path

Searched refs:SourceStmt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h438 const StmtParentMap *ReverseAST, const clang::Stmt *SourceStmt, in VariableNamer() argument
443 SourceStmt(SourceStmt), OldIndex(OldIndex), TheContainer(TheContainer), in VariableNamer()
456 const clang::Stmt *SourceStmt; variable
H A DLoopConvertUtils.cpp896 for (const Stmt *S = SourceStmt; S != nullptr; S = ReverseAST->lookup(S)) { in declarationExists()
910 return DeclFinder.findUsages(SourceStmt); in declarationExists()