Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h748 bool LexAngledStringLiteral(Token &Result, const char *CurPtr);
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2287 bool Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { in LexAngledStringLiteral() function in Lexer
4161 return LexAngledStringLiteral(Result, CurPtr); in LexTokenInternal()
4481 LexAngledStringLiteral(Result, BufferPtr + 1); in LexDependencyDirectiveToken()