Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessor.cpp1316 SmallVector<Token, 4> StrToks; in FinishLexStringLiteral() local
1318 StrToks.push_back(Result); in FinishLexStringLiteral()
1330 StringLiteralParser Literal(StrToks, *this); in FinishLexStringLiteral()
1337 Diag(StrToks[0].getLocation(), diag::err_expected_string_literal) in FinishLexStringLiteral()