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

/external/clang/lib/Lex/
H A DPPDirectives.cpp1022 Token StrTok; local
1023 Lex(StrTok);
1025 // If the StrTok is "eod", then it wasn't present. Otherwise, it must be a
1027 if (StrTok.is(tok::eod))
1029 else if (StrTok.isNot(tok::string_literal)) {
1030 Diag(StrTok, diag::err_pp_line_invalid_filename);
1032 } else if (StrTok.hasUDSuffix()) {
1033 Diag(StrTok, diag::err_invalid_string_udl);
1037 StringLiteralParser Literal(StrTok, *this);
1042 Diag(StrTok, dia
1247 Token StrTok; local
[all...]
H A DPragma.cpp216 Token StrTok = Tok; local
229 std::string StrVal = getSpelling(StrTok);

Completed in 79 milliseconds