Searched defs:MisleadingIndentationChecker (Results 1 – 1 of 1) sorted by relevance
1198 struct MisleadingIndentationChecker { struct1199 Parser &P;1200 SourceLocation StmtLoc;1201 SourceLocation PrevLoc;1202 unsigned NumDirectives;1203 MisleadingStatementKind Kind;1204 bool ShouldSkip;1205 MisleadingIndentationChecker(Parser &P, MisleadingStatementKind K, in MisleadingIndentationChecker() argument1220 static unsigned getVisualIndentation(SourceManager &SM, SourceLocation Loc) { in getVisualIndentation()1253 void Check() { in Check()