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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1266 std::string::size_type pos, lastPos = 0; local
1269 pos = name.find_first_of(':', lastPos);
1270 if (lastPos != 0)
1272 Out << name.substr(lastPos, pos - lastPos) << ':';
1277 lastPos = pos + 1;

Completed in 70 milliseconds