Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp863 if (!declarationExists(IteratorName) || IteratorName == OldIndex->getName()) in createIndexName()
870 if (!declarationExists(IteratorName) || IteratorName == OldIndex->getName()) in createIndexName()
883 bool VariableNamer::declarationExists(StringRef Symbol) { in declarationExists() function in clang::tidy::modernize::VariableNamer
H A DLoopConvertUtils.h464 bool declarationExists(llvm::StringRef Symbol);