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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h706 bool LexAngledStringLiteral(Token &Result, const char *CurPtr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2047 /// LexAngledStringLiteral - Lex the remainder of an angled string literal,
2049 bool Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { function in class:Lexer
3677 return LexAngledStringLiteral(Result, CurPtr);

Completed in 190 milliseconds