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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1336 SmallVector<Token, 4> StrToks; local
1338 StrToks.push_back(Result);
1350 StringLiteralParser Literal(StrToks, *this);
1357 Diag(StrToks[0].getLocation(), diag::err_expected_string_literal)

Completed in 53 milliseconds