Lines Matching defs:CurTok
1225 Token CurTok;
1227 Lex(CurTok);
1228 while (CurTok.isNot(tok::eod)) {
1229 End = CurTok.getLocation();
1232 if (CurTok.is(tok::code_completion)) {
1234 Lex(CurTok);
1240 if (CurTok.hasLeadingSpace())
1245 FilenameBuffer.resize(PreAppendSize+CurTok.getLength());
1248 unsigned ActualLen = getSpelling(CurTok, BufPtr);
1255 if (CurTok.getLength() != ActualLen)
1259 if (CurTok.is(tok::greater))
1262 Lex(CurTok);
1267 Diag(CurTok.getLocation(), diag::err_pp_expects_filename);