Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
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
DLoopConvertUtils.cpp890 for (const Stmt *S = SourceStmt; S != nullptr; S = ReverseAST->lookup(S)) { in declarationExists()
904 return DeclFinder.findUsages(SourceStmt); in declarationExists()