Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp1263 SourceLocation LogicalNotLocation = OperatorLoc.getLocWithOffset(1); in check() local
1265 if (!LogicalNotLocation.isMacroID()) in check()
1267 CharSourceRange::getCharRange(OperatorLoc, LogicalNotLocation), "~"); in check()