Home
last modified time | relevance | path

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

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