Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp42 const char ThenLiteralId[] = "then-literal"; variable
467 hasThen(returnsBool(Value, ThenLiteralId)), in matchIfReturnsBool()
474 hasThen(returnsBool(Value, ThenLiteralId)), in matchIfReturnsBool()
630 Result.Nodes.getNodeAs<CXXBoolLiteralExpr>(ThenLiteralId)->getBeginLoc(); in replaceWithReturnCondition()