Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h776 bool lexEditorPlaceholder(Token &Result, const char *CurPtr);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3361 bool Lexer::lexEditorPlaceholder(Token &Result, const char *CurPtr) { in lexEditorPlaceholder() function in Lexer
4310 lexEditorPlaceholder(Result, CurPtr)) { in LexTokenInternal()