Searched refs:LexAngledStringLiteral (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DLexer.h578 void LexAngledStringLiteral(Token &Result, const char *CurPtr);
/external/clang/lib/Lex/
H A DLexer.cpp1757 /// LexAngledStringLiteral - Lex the remainder of an angled string literal,
1759 void Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { function in class:Lexer
3197 return LexAngledStringLiteral(Result, CurPtr);

Completed in 99 milliseconds