Home | History | Annotate | Download | only in Frontend

Lines Matching full:fileid

35     FileID Id;
53 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
60 FileID PrevFID);
84 bool HandleHasInclude(FileID FileId, Lexer &RawLex,
143 FileID) {
275 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok,
335 PP.getSourceManager().getFileEntryForID(FileId), 0, 0, 0, false);
341 /// Use a raw lexer to analyze \p FileId, inccrementally copying parts of it
343 bool InclusionRewriter::Process(FileID FileId,
347 const MemoryBuffer &FromFile = *SM.getBuffer(FileId, &Invalid);
351 Lexer RawLex(FileId, &FromFile, PP.getSourceManager(), PP.getLangOpts());
359 if (SM.getFileIDSize(FileId) == 0)
441 if (!HandleHasInclude(FileId, RawLex, 0, RawToken, HasFile))
450 if (!HandleHasInclude(FileId, RawLex, Lookup, RawToken,
504 SM.getFileOffset(SM.getLocForEndOfFile(FileId)), EOL, Line,