Home
last modified time | relevance | path

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

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