Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DInfiniteLoopCheck.cpp101 static std::string getCondVarNames(const Stmt *Cond) { in getCondVarNames() function
112 std::string NewNames = getCondVarNames(Child); in getCondVarNames()
186 std::string CondVarNames = getCondVarNames(Cond); in check()