Home | History | Annotate | Download | only in Lex

Lines Matching refs:getFileID

599       FileID LocFileID = SourceMgr.getFileID(ResultTokLoc);
682 FileID MacroFID = SM.getFileID(MacroExpansionStart);
683 while (SM.getFileID(StartLoc) != MacroFID)
685 while (SM.getFileID(EndLoc) != MacroFID)