Lines Matching refs:FileId
55 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
82 bool HandleHasInclude(FileID FileId, Lexer &RawLex,
314 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, in HandleHasInclude() argument
372 const FileEntry *FileEnt = PP.getSourceManager().getFileEntryForID(FileId); in HandleHasInclude()
386 bool InclusionRewriter::Process(FileID FileId, in Process() argument
390 const MemoryBuffer &FromFile = *SM.getBuffer(FileId, &Invalid); in Process()
394 Lexer RawLex(FileId, &FromFile, PP.getSourceManager(), PP.getLangOpts()); in Process()
400 if (FileId == SM.getMainFileID() || FileId == PP.getPredefinesFileID()) in Process()
405 if (SM.getFileIDSize(FileId) == 0) in Process()
411 assert(SM.getLineNumber(FileId, NextToWrite) == 1); in Process()
433 if (FileId != PP.getPredefinesFileID()) in Process()
491 if (!HandleHasInclude(FileId, RawLex, nullptr, RawToken, in Process()
501 if (!HandleHasInclude(FileId, RawLex, Lookup, RawToken, in Process()
555 SM.getFileOffset(SM.getLocForEndOfFile(FileId)), LocalEOL, in Process()