Home
last modified time | relevance | path

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

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