Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DInitVariablesCheck.cpp40 std::string BadDecl = "badDecl"; in registerMatchers() local
46 cxxForRangeStmt(hasLoopVariable(varDecl().bind(BadDecl))))))), in registerMatchers()
47 unless(equalsBoundNode(BadDecl))) in registerMatchers()