Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1262 static unsigned getVisualIndentation(SourceManager &SM, SourceLocation Loc) { in getVisualIndentation() function
1311 unsigned PrevColNum = getVisualIndentation(SM, PrevLoc); in Check()
1312 unsigned CurColNum = getVisualIndentation(SM, Tok.getLocation()); in Check()
1313 unsigned StmtColNum = getVisualIndentation(SM, StmtLoc); in Check()