Searched defs:MisleadingIndentationChecker (Results 1 – 1 of 1) sorted by relevance
1240 struct MisleadingIndentationChecker { struct1241 Parser &P;1242 SourceLocation StmtLoc;1243 SourceLocation PrevLoc;1244 unsigned NumDirectives;1245 MisleadingStatementKind Kind;1246 bool ShouldSkip;1247 MisleadingIndentationChecker(Parser &P, MisleadingStatementKind K, in MisleadingIndentationChecker() function1262 static unsigned getVisualIndentation(SourceManager &SM, SourceLocation Loc) { in getVisualIndentation()1295 void Check() { in Check()