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.cpp3349 static const char *findPlaceholderEnd(const char *CurPtr, in findPlaceholderEnd() function
3365 const char *End = findPlaceholderEnd(CurPtr + 1, BufferEnd); in lexEditorPlaceholder()