Searched defs:LexStringLiteral (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Lex/ | ||
H A D | Lexer.cpp | 2191 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, LexStringLiteral() function in Lexer |
/llvm-project/clang/include/clang/Lex/ | ||
H A D | Preprocessor.h | 1763 bool LexStringLiteral(Token &Result, std::string &String, LexStringLiteral() function |