Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp1369 SmallVector<Token, 4> StrToks; in FinishLexStringLiteral() local
1371 StrToks.push_back(Result); in FinishLexStringLiteral()
1383 StringLiteralParser Literal(StrToks, *this); in FinishLexStringLiteral()
1390 Diag(StrToks[0].getLocation(), diag::err_expected_string_literal) in FinishLexStringLiteral()