Home | History | Annotate | Download | only in Lex

Lines Matching defs:FID

72 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
81 if (PTHLexer *PL = PTH->CreateLexer(FID)) {
87 // Get the MemoryBuffer for this FID, if it fails, we fail.
90 getSourceManager().getBuffer(FID, Loc, &Invalid);
92 SourceLocation FileStart = SourceMgr.getLocForStartOfFile(FID);
99 SourceMgr.getFileEntryForID(FID) == CodeCompletionFile) {
100 CodeCompletionFileLoc = SourceMgr.getLocForStartOfFile(FID);
105 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
152 FileID FID = CurPPLexer->getFileID();
153 SourceLocation EnterLoc = SourceMgr.getLocForStartOfFile(FID);