Searched refs:LexAngledStringLiteral (Results 1 – 2 of 2) sorted by relevance
748 bool LexAngledStringLiteral(Token &Result, const char *CurPtr);
2287 bool Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { in LexAngledStringLiteral() function in Lexer4161 return LexAngledStringLiteral(Result, CurPtr); in LexTokenInternal()4481 LexAngledStringLiteral(Result, BufferPtr + 1); in LexDependencyDirectiveToken()