Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h730 bool LexStringLiteral(Token &Result, std::string &String, in LexStringLiteral() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DLexer.cpp1703 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral() function in Lexer