Searched refs:posI (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp73 iterator posI = begin(); local
75 if (*posI == '\n') {
76 curLineStart = posI;
80 ++posI;
84 posI = curLineStart;
85 while (posI != end() && isWhitespace(*posI)) {
86 ++posI;
89 if (posI != end() && *posI
[all...]

Completed in 99 milliseconds