Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1495 MisleadingIndentationChecker MIChecker(*this, MSK_if, IfLoc); in ParseIfStatement() local
1518 MIChecker.Check(); in ParseIfStatement()
1547 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement() local
1562 MIChecker.Check(); in ParseIfStatement()
1764 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement() local
1770 MIChecker.Check(); in ParseWhileStatement()
2231 MisleadingIndentationChecker MIChecker(*this, MSK_for, ForLoc); in ParseForStatement() local
2237 MIChecker.Check(); in ParseForStatement()