Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp279 const DeclStmt *VDeclStmt = If->getConditionVariableDeclStmt(); in check() local
282 (tooling::fixit::getText(*VDeclStmt, *Result.Context) + in check()
288 << tooling::fixit::createReplacement(VDeclStmt->getSourceRange(), in check()