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