Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3345 static const char *findPlaceholderEnd(const char *CurPtr, in findPlaceholderEnd() function
3361 const char *End = findPlaceholderEnd(CurPtr + 1, BufferEnd); in lexEditorPlaceholder()