Searched defs:MisleadingIndentationChecker (Results 1 – 1 of 1) sorted by relevance
1402 struct MisleadingIndentationChecker { struct1403 Parser &P;1404 SourceLocation StmtLoc;1405 SourceLocation PrevLoc;1406 unsigned NumDirectives;1407 MisleadingStatementKind Kind;1408 bool ShouldSkip;1409 MisleadingIndentationChecker(Parser &P, MisleadingStatementKind K, in MisleadingIndentationChecker() function1424 static unsigned getVisualIndentation(SourceManager &SM, SourceLocation Loc) { in getVisualIndentation()1457 void Check() { in Check()