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

  /external/clang/lib/Lex/
PreprocessorLexer.cpp 32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) {
42 IndirectLex(FilenameTok);
44 PP->Lex(FilenameTok);
50 if (FilenameTok.is(tok::eod))
51 PP->Diag(FilenameTok.getLocation(), diag::err_pp_expects_filename);
PPDirectives.cpp     [all...]
Pragma.cpp 452 Token FilenameTok;
453 CurPPLexer->LexIncludeFilename(FilenameTok);
456 if (FilenameTok.is(tok::eod))
462 StringRef Filename = getSpelling(FilenameTok, FilenameBuffer, &Invalid);
467 GetIncludeFilenameSpelling(FilenameTok.getLocation(), Filename);
475 const FileEntry *File = LookupFile(FilenameTok.getLocation(), Filename,
480 Diag(FilenameTok, diag::err_pp_file_not_found) << Filename;
499 Diag(FilenameTok, diag::pp_out_of_date_dependency) << Message;
    [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 59 /// \param FilenameTok The token in ParentFile that indicates the
62 const Token &FilenameTok,
343 const Token &FilenameTok,
345 First->FileSkipped(ParentFile, FilenameTok, FileType);
346 Second->FileSkipped(ParentFile, FilenameTok, FileType);
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 61 void FileSkipped(const FileEntry &ParentFile, const Token &FilenameTok,
156 const Token &/*FilenameTok*/,

Completed in 218 milliseconds