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

/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp168 size_t EndOfIdentifier = ToTemplate.find("}", Index); local
169 if (EndOfIdentifier == std::string::npos) {
176 ToTemplate.substr(Index + 2, EndOfIdentifier - Index - 2));
179 Index = EndOfIdentifier + 1;

Completed in 129 milliseconds