Home
last modified time | relevance | path

Searched defs:LexStringLiteral (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2191 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral() function in Lexer
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1763 bool LexStringLiteral(Token &Result, std::string &String, in LexStringLiteral() function