Searched refs:getVisualIndentation (Results 1 – 1 of 1) sorted by relevance
1412 static unsigned getVisualIndentation(SourceManager &SM, SourceLocation Loc) { in getVisualIndentation() function1461 unsigned PrevColNum = getVisualIndentation(SM, PrevLoc); in Check()1462 unsigned CurColNum = getVisualIndentation(SM, Tok.getLocation()); in Check()1463 unsigned StmtColNum = getVisualIndentation(SM, StmtLoc); in Check()