Home
last modified time | relevance | path

Searched refs:getVisualIndentation (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1338 static unsigned getVisualIndentation(SourceManager &SM, SourceLocation Loc) { in getVisualIndentation() function
1387 unsigned PrevColNum = getVisualIndentation(SM, PrevLoc); in Check()
1388 unsigned CurColNum = getVisualIndentation(SM, Tok.getLocation()); in Check()
1389 unsigned StmtColNum = getVisualIndentation(SM, StmtLoc); in Check()