Searched refs:checkStmt (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | BracesAroundStatementsCheck.cpp | 143 checkStmt(Result, S->getBody(), S->getRParenLoc()); in check() 145 checkStmt(Result, S->getBody(), S->getRParenLoc()); in check() 147 checkStmt(Result, S->getBody(), S->getDoLoc(), S->getWhileLoc()); in check() 152 checkStmt(Result, S->getBody(), StartLoc); in check() 159 bool BracedIf = checkStmt(Result, S->getThen(), StartLoc, S->getElseLoc()); in check() 165 checkStmt(Result, Else, S->getElseLoc()); in check() 206 bool BracesAroundStatementsCheck::checkStmt( in checkStmt() function in clang::tidy::readability::BracesAroundStatementsCheck
|
D | BracesAroundStatementsCheck.h | 52 bool checkStmt(const ast_matchers::MatchFinder::MatchResult &Result,
|