Lines Matching refs:FileId
55 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
82 bool HandleHasInclude(FileID FileId, Lexer &RawLex,
330 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, in HandleHasInclude() argument
388 const FileEntry *FileEnt = PP.getSourceManager().getFileEntryForID(FileId); in HandleHasInclude()
403 bool InclusionRewriter::Process(FileID FileId, in Process() argument
407 const MemoryBuffer &FromFile = *SM.getBuffer(FileId, &Invalid); in Process()
410 Lexer RawLex(FileId, &FromFile, PP.getSourceManager(), PP.getLangOpts()); in Process()
416 if (FileId == SM.getMainFileID() || FileId == PP.getPredefinesFileID()) in Process()
421 if (SM.getFileIDSize(FileId) == 0) in Process()
427 assert(SM.getLineNumber(FileId, NextToWrite) == 1); in Process()
449 if (FileId != PP.getPredefinesFileID()) in Process()
506 if (!HandleHasInclude(FileId, RawLex, nullptr, RawToken, in Process()
516 if (!HandleHasInclude(FileId, RawLex, Lookup, RawToken, in Process()
570 SM.getFileOffset(SM.getLocForEndOfFile(FileId)), LocalEOL, in Process()