Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DRedundantBranchConditionCheck.cpp29 static bool isChangedBefore(const Stmt *S, const Stmt *NextS, in isChangedBefore() argument
35 SM.isBeforeInTranslationUnit(MutS->getEndLoc(), NextS->getBeginLoc()); in isChangedBefore()