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.cpp1592 MisleadingIndentationChecker MIChecker(*this, MSK_if, IfLoc); in ParseIfStatement() local
1615 MIChecker.Check(); in ParseIfStatement()
1644 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc); in ParseIfStatement() local
1659 MIChecker.Check(); in ParseIfStatement()
1864 MisleadingIndentationChecker MIChecker(*this, MSK_while, WhileLoc); in ParseWhileStatement() local
1870 MIChecker.Check(); in ParseWhileStatement()
2344 MisleadingIndentationChecker MIChecker(*this, MSK_for, ForLoc); in ParseForStatement() local
2350 MIChecker.Check(); in ParseForStatement()