Home
last modified time | relevance | path

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

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