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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp705 size_t ParenPos = Text.find('('); local
706 if (ParenPos != StringRef::npos) {
708 Text.substr(Prefix.size(), ParenPos - Prefix.size());
709 Prefix = Text.substr(0, ParenPos + 1);

Completed in 31 milliseconds