Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DImplicitBoolConversionCheck.cpp114 std::string StartLocInsertion; in fixGenericExprCastToBool() local
117 StartLocInsertion += "("; in fixGenericExprCastToBool()
120 StartLocInsertion += "("; in fixGenericExprCastToBool()
123 if (!StartLocInsertion.empty()) { in fixGenericExprCastToBool()
124 Diag << FixItHint::CreateInsertion(Cast->getBeginLoc(), StartLocInsertion); in fixGenericExprCastToBool()