HomeSort by relevance Sort by last modified time
    Searched refs:StrTok (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Lex/
PPDirectives.cpp 816 Token StrTok;
817 Lex(StrTok);
819 // If the StrTok is "eod", then it wasn't present. Otherwise, it must be a
821 if (StrTok.is(tok::eod))
823 else if (StrTok.isNot(tok::string_literal)) {
824 Diag(StrTok, diag::err_pp_line_invalid_filename);
826 } else if (StrTok.hasUDSuffix()) {
827 Diag(StrTok, diag::err_invalid_string_udl);
831 StringLiteralParser Literal(&StrTok, 1, *this);
836 Diag(StrTok, diag::err_pp_linemarker_invalid_filename)
    [all...]
Pragma.cpp 205 Token StrTok = Tok;
218 std::string StrVal = getSpelling(StrTok);
    [all...]

Completed in 34 milliseconds